diff --git a/source/_integrations/dynalite.markdown b/source/_integrations/dynalite.markdown index 8ba2aaaf41a..d703b20c1a8 100755 --- a/source/_integrations/dynalite.markdown +++ b/source/_integrations/dynalite.markdown @@ -310,6 +310,22 @@ This does not return the area preset. It sends a network command asking the area +| 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. + +
+ +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. + +
+ | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | | `host` | yes | Which gateway to send the command to. If not specified, sends to all configured gateways.