Skip to content

Commit

Permalink
fix: Fix bug in tuyaModernExtend (#8435)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbyte authored Dec 4, 2024
1 parent e356332 commit 36f5592
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 @@ -1808,7 +1808,7 @@ export function getHandlersForDP(
: [
{
key: [name],
endpoints: [endpoint],
endpoints: endpoint ? [endpoint] : undefined,
convertSet: async (entity, key, value, meta) => {
// A set converter is only called once; therefore we need to loop
const state: KeyValue = {};
Expand Down

0 comments on commit 36f5592

Please sign in to comment.