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

Decode0110: fix decoding loop #1676

Closed thertp closed 7 months ago

thertp commented 7 months ago

The loop is using range(24, len(MsgData), 4) to generate iterator value instead of relying the current index value leading to wrong decoding.

pipiche38 commented 7 months ago

Good catch