Files

12 lines
270 B
JSON
Raw Permalink Normal View History

{
"descriptor": {
"name": "Ping",
2023-02-25 06:15:33 +09:00
"description": "Displays a status indicator depending on the HTTP response code of a given URL."
},
"states": {
"online": "Online {{response}}",
"offline": "Offline {{response}}",
"loading": "Loading..."
}
2023-01-13 11:10:09 +00:00
}