Skip to content

Commit

Permalink
fix: window_open
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrunois committed Feb 4, 2025
1 parent 3cb6453 commit 4ba5b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4507,7 +4507,7 @@ const definitions: DefinitionWithExtend[] = [
[104, 'local_temperature_calibration', tuya.valueConverter.localTempCalibration1],
[105, 'auto_temperature', tuya.valueConverter.divideBy2],
[106, 'boost_heating', tuya.valueConverter.onOff],
[107, 'window_open', tuya.valueConverterBasic.lookup({CLOSE: tuya.enum(0), OPEN: tuya.enum(1)})],
[107, 'window_open', tuya.valueConverter.onOff],
[116, 'open_window_temperature', tuya.valueConverter.divideBy2],
[117, 'open_window_time', tuya.valueConverter.raw],
[118, 'boost_time', tuya.valueConverter.countdown],
Expand Down

0 comments on commit 4ba5b6c

Please sign in to comment.