mirror of https://github.com/arendst/Tasmota.git
Matter fix missing shadow_onoff
This commit is contained in:
parent
950c6d7fcc
commit
3f91d5b513
|
@ -46,6 +46,7 @@ class Matter_Plugin_OnOff : Matter_Plugin_Device
|
|||
# var clusters # map from cluster to list of attributes, typically constructed from CLUSTERS hierachy
|
||||
# var tick # tick value when it was last updated
|
||||
# var node_label # name of the endpoint, used only in bridge mode, "" if none
|
||||
var shadow_onoff # (bool) status of the light power on/off
|
||||
var tasmota_relay_index # Relay number in Tasmota (zero based)
|
||||
|
||||
#############################################################
|
||||
|
|
Loading…
Reference in New Issue