Skip to content

Commit 66c3591

Browse files
authored
Update Commands.md to reflect multi-endpoint devices (#1386)
see arendst/Tasmota#16718
1 parent b1922fa commit 66c3591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Commands.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -803,14 +803,14 @@ ZbDeviceTopic<a class="cmnd" id="zbdevicetopic"></a><BR>SetOption89<a class="cmn
803803
ZbEndpointSuffix<a class="cmnd" id="zbendpointsuffix"></a><BR>SetOption101<a class="cmnd" id="setoption101"></a>|Add Zigbee source endpoint as suffix to attributes<BR>`0` = disable _(default)_ <BR>`1` = enable<BR>e.g. `Power3` instead of `Power` if sent from endpoint `3`.
804804
ZbEndpointTopic<a class="cmnd" id="zbendpointtopic"></a><BR>SetOption120<a class="cmnd" id="setoption120"></a>|Add the Zigbee endpoint as suffix in topic when using `SetOption89 1`<BR>`0` = disable *(default)*<BR>`1` = enable
805805
ZbForget<a class="cmnd" id="zbforget"></a>|Used for devices that are unused but still visible in `ZbStatus`<BR>`<device>` = Remove a device from the Tasmota flash memory. It does not un-pair the device nor deleting the device information in the CC2530/ZBBridge.
806-
ZbLight<a class="cmnd" id="zblight"></a>|Sets or reads the light type to be emulated in Zigbee Hue Emulation with Alexa.<BR>`<device>,<light_type>` sets the light type using an integer `0..5` corresponding to the number of channels (from one channel (on/off) to 5 channel (RGBCCT) lights)<BR>`<device>,-1` removes the device from Philips Hue emulation<BR>`<device>` displays the current status of the Light (Zigbee2Tasmota tracks all changes to the light)
806+
ZbLight<a class="cmnd" id="zblight"></a>|Sets or reads the light type to be emulated in Zigbee Hue Emulation with Alexa.<BR>`<device>,<light_type>` sets the light type using an integer `0..5` corresponding to the number of channels (from one channel (on/off) to 5 channel (RGBCCT) lights)<BR>`<device>,<light_type>,<ep>` sets the light type of a specific endpoint of a device. This is useful for a device (eg. a multi-gang switch) that has multiple endpoints.<BR>`<device>,-1` removes the device from Philips Hue emulation<BR>`<device>` displays the current status of the Light (Zigbee2Tasmota tracks all changes to the light)
807807
ZbListen<x> <group><a class="cmnd" id="zblisten"></a>|(EZSP ZBBridge only)Listens to a multicast group address. By default EZSP will not report group messages unless you subscribe to the group.<BR>`<x>`: slot in the array of group addresses, 1..15<BR>`<group>`: group address to listen to, 0..0xFFFF<BR>At start-up, Z2T automatically listens to group 0 in slot 0.<BR>CC2530 does not need this command and always report all group messages.
808808
ZbLeave<a class="cmnd" id="zbleave"></a>|`<device>` = request a device to leave the network.<br>If the device is offline or sleeping, this will have no effect. It is not 100% guaranteed that the device will never connect again
809809
ZbLoad<a class="cmnd" id="zbload"></a>|`<file>.zb` = load Zigbee definition file
810810
ZbLoadDump<a class="cmnd" id="zbloaddump"></a>|`<file>.zb` = dump Zigbee definition file contents to console
811811
ZbInfo<a class="cmnd" id="zbinfo"></a>|`<device>` = display all information known about a device, equivalent to `ZbStatus3` with a simpler JSON output
812812
ZbMap<n><a class="cmnd" id="zbmap"></a>|Asks the device for its view of the Zigbee topology<BR>`<device>` the device to query<BR>`<n>` the start index for the request, `1` is the default. This is used to scan through all values since devices usually return only 3 values per request.
813-
ZbName<a class="cmnd" id="zbname"></a>|Sets or reads the Zigbee device friendly name (up to 32 characters).<BR>`<device>,<name>` sets the new friendly name<BR>`<device>,` (empty name) clears the friendly name<BR>`<device>` displays the current friendly name<BR>Also see [`SetOption83 1`](#setoption83) to enable friendly names as JSON keys instead of ShortAddr.
813+
ZbName<a class="cmnd" id="zbname"></a>|Sets or reads the Zigbee device friendly name (up to 32 characters).<BR>`<device>,<name>` sets the new friendly name<BR>`<device>,<friendlyname>,<ep>` sets a friendly name (up to 32 characters) on a specific endpoint of a device.`<device>,` (empty name) clears the friendly name of a device<BR>`<device>,,<ep>` (empty name) clears the friendly name of the specified endpoint<BR>`<device>` displays the current friendly name<BR>Also see [`SetOption83 1`](#setoption83) to enable friendly names as JSON keys instead of ShortAddr.
814814
ZbNameKey<a class="cmnd" id="zbnamekey"></a><BR>SetOption83<a class="cmnd" id="setoption83"></a>|Uses Zigbee device friendly name instead of 16 bits short addresses as JSON key when reporting values and commands<BR>`0` = JSON key as short address<BR>`1` = JSON key as friendly name<BR>See [`ZbName <device>,<name>`](#zbname)
815815
ZbNameTopic<a class="cmnd" id="zbnametopic"></a><BR>SetOption112<a class="cmnd" id="setoption112"></a>|`0` = _(default)_<BR>`1` = use friendly name in Zigbee topic (use with [`ZbDeviceTopic`](#zbdevicetopic))
816816
ZbNoAutoBind<a class="cmnd" id="zbnoautobind"></a><BR>SetOption110<a class="cmnd" id="setoption110"></a>|`0` = _(default)_<BR>`1` = disable Zigbee auto-binding and auto-attribute reporting when pairing a new device. Use only if you want to manually configure devices

0 commit comments

Comments
 (0)