Matter fix missing shadow_onoff

This commit is contained in:
s-hadinger 2023-10-05 17:53:31 +02:00 committed by GitHub
parent 950c6d7fcc
commit 3f91d5b513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
#############################################################