zigbeefordomoticz / Domoticz-Zigbee

Zigbee plugin for Domoticz. Allow to connect various zigbee controllers like Zigate but also Texas Instrument CC2531, CC13x2, CC26x2 ; Silicon-Labs; deConz based chipset to be connected to Domoticz
GNU General Public License v3.0
99 stars 43 forks source link

zclDecoders.py Len of response #1642

Closed GMLinky closed 11 months ago

GMLinky commented 11 months ago

Len of remaining Data is either 8 for response with Status/Type/Value or 6 for response with only Status (exemple "86" attribute doesn't exist in cluster)

pipiche38 commented 11 months ago

That is a good point. So in the current implementation, this would mean that in case of have status 0x86 we do not decode correctly . That is a good catch