Skip to content

Commit

Permalink
fix: Fix Giex GX03 battery value (#8464)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giexperience authored Dec 10, 2024
1 parent 608bfd0 commit ea9f815
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 ea9f815

Please sign in to comment.