mirror of https://github.com/arendst/Tasmota.git
Updated Zigbee Sandbox (markdown)
parent
14079df03d
commit
598e55befa
|
@ -32,6 +32,13 @@ Philips Hue Bulb|`0x0B`
|
|||
|
||||
**Supported Zigbee Commands**
|
||||
|
||||
Send=<cmd>|Parameters
|
||||
-|-
|
||||
Power|`1\|true\|"true"\|"on"`: On<BR>`0\|false\|"false"\|"off"`: Off<BR>`2\|"Toggle"`: Toggle
|
||||
Send=<cmd>|Parameters|Cluster
|
||||
-|-|-
|
||||
Power|`1\|true\|"true"\|"on"`: On<BR>`0\|false\|"false"\|"off"`: Off<BR>`2\|"Toggle"`: Toggle|0x0006
|
||||
Dimmer|`0..254`: Dimmer value<BR>255 is normally considered as invalid, and may be converted to 254|0x0008
|
||||
Dimmer+|`null`: no parameter. Increases dimmer by 10%|0x0008
|
||||
Dimmer-|`null`: no parameter. Decreases dimmer by 10%|0x0008
|
||||
DimmerStop|`null`: no parameter. Stops any running increase of decrease of dimmer.|0x0008
|
||||
ResetAlarm|`<alarmcode>,<clusterid>`: (to be documented later)|0x0009
|
||||
ResetAllAlarms|`null`: no parameter, (to be documented later)|0x0009
|
||||
Hue|`0..254`: change Hue value|0x0300
|
Loading…
Reference in New Issue