Update dynalite.markdown (#14227)

This commit is contained in:
Ziv 2020-08-13 10:16:44 +03:00 committed by GitHub
parent f3f7caceb8
commit 1019cc8086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.