29 lines
739 B
JSON
29 lines
739 B
JSON
{
|
|
"services": {
|
|
"aux": {
|
|
"name": "Aux",
|
|
"description": "Changes the state of an aux output.",
|
|
"fields": {
|
|
"output_id": {
|
|
"name": "Output ID",
|
|
"description": "The aux output you wish to change."
|
|
},
|
|
"state": {
|
|
"name": "State",
|
|
"description": "The on/off state of the output. If P14xE 8E is enabled then turning on will pulse the output for the time specified in P14(x+4)E."
|
|
}
|
|
}
|
|
},
|
|
"panic": {
|
|
"name": "Panic",
|
|
"description": "Triggers a panic alarm.",
|
|
"fields": {
|
|
"code": {
|
|
"name": "Code",
|
|
"description": "The user code to use to trigger the panic alarm."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|