zigbee-herdsman-converters 25.96.0 → 25.97.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/lib/lumi.js CHANGED
@@ -5987,7 +5987,7 @@ exports.toZigbee = {
5987
5987
  if (result && !initialStates.includes(result[0x0421])) {
5988
5988
  const checkDesiredState = async () => {
5989
5989
  const result2 = await entity.read("manuSpecificLumi", [0x0421]);
5990
- if (result2 && desiredStates.includes(result[0x0421])) {
5990
+ if (result2 && desiredStates.includes(result2[0x0421])) {
5991
5991
  resolve();
5992
5992
  }
5993
5993
  else {