mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
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:
parent
b22c01348c
commit
f9198a036d
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user