GET/scripts/list
Gets a list of all the scripts on the device.
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
A message with clear information what's going on.
scripts string[]required
A list of all the available scripts
{
"message": "string",
"scripts": [
"string"
]
}
Loading...