Skip to content

Commit

Permalink
Update tuya.ts
Browse files Browse the repository at this point in the history
Please delete line 13333, which contains an incorrect 'Battery' DPID
  • Loading branch information
Giexperience authored Dec 10, 2024
1 parent 608bfd0 commit 11ab2bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13330,7 +13330,6 @@ const definitions: DefinitionWithExtend[] = [
[105, 'valve_1', tuya.valueConverterBasic.lookup({OFF: tuya.enum(2), ON: tuya.enum(0)})],
[13, 'countdown_1', tuya.valueConverter.raw],
[14, 'countdown_2', tuya.valueConverter.raw],
[15, 'battery', tuya.valueConverter.raw],
],
},
},
Expand Down

0 comments on commit 11ab2bf

Please sign in to comment.