mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Update dynalite.markdown (#14227)
This commit is contained in:
parent
f3f7caceb8
commit
1019cc8086
@ -310,6 +310,22 @@ This does not return the area preset. It sends a network command asking the area
|
||||
|
||||
</div>
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `host` | yes | Which gateway to send the command to. If not specified, sends to all configured gateways.
|
||||
| `area` | no | Area for the requested channel.
|
||||
| `channel` | no | Which channel to request.
|
||||
|
||||
### Service `dynalite.request_channel_level`
|
||||
|
||||
Send a command on the Dynalite network asking a specific channel in an area to report its current level.
|
||||
|
||||
<div class='note'>
|
||||
|
||||
This does not return the channel level. It sends a network command asking the channel to report its level. Once it reports, that will be caught and handled by the system.
|
||||
|
||||
</div>
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `host` | yes | Which gateway to send the command to. If not specified, sends to all configured gateways.
|
||||
|
Loading…
x
Reference in New Issue
Block a user