Added aux and panic services description (#8758)

The Aux commands work on my new D16XD.  I haven't tested panic.
This commit is contained in:
Anthony Carbone 2019-02-27 19:44:44 +11:00 committed by Franck Nijhof
parent b22c01348c
commit f9198a036d

View File

@ -78,3 +78,23 @@ zones:
default: motion
type: string
{% endconfiguration %}
## {% linkable_title Services %}
### {% linkable_title Service `aux` %}
Trigger an aux output. This requires PCB version 7.8 or higher.
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `output_id` | No | The aux output you wish to change. A number from 1-4.
| `state` | Yes | The On/Off State, represented as true/false. Default is true. If P14xE 8E is enabled then a value of true will pulse output x for the time specified in P14(x+4)E.
### {% linkable_title Service `panic` %}
Trigger a panic
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `code` | No | The user code to use to trigger the panic.