12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Ping",
|
|
"description": "Displays a status indicator depeding on the HTTP response code of a given URL."
|
|
},
|
|
"states": {
|
|
"online": "Online {{response}}",
|
|
"offline": "Offline {{response}}",
|
|
"loading": "Loading..."
|
|
}
|
|
}
|