Skip to content

Commit

Permalink
fix: Fix state attribute incorrect for Tuya TS0601_dimmer_2 Koenkk/zi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Oct 27, 2024
1 parent 158bf4c commit a9d9f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ export function getHandlersForDP(
throw new Error(`Don't know how to send type '${typeof convertedValue}'`);
}

state[convertedKey] = value;
state[key] = value;
}
return {state};
},
Expand Down

0 comments on commit a9d9f5a

Please sign in to comment.