Skip to content

Commit

Permalink
Change temperature to local_temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopraz committed Dec 2, 2024
1 parent d5493d3 commit dbd8773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/mazda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const definitions: DefinitionWithExtend[] = [
[3, 'running_state', tuya.valueConverterBasic.lookup({heat: 1, idle: 0})],
[3, 'system_mode', tuya.valueConverterBasic.lookup({heat: tuya.enum(1), off: tuya.enum(0)})],
[4, 'current_heating_setpoint', tuya.valueConverter.divideBy10],
[5, 'temperature', tuya.valueConverter.divideBy10],
[5, 'local_temperature', tuya.valueConverter.divideBy10],
[6, 'battery', tuya.valueConverter.raw],
[7, 'child_lock', tuya.valueConverter.lockUnlock],
[103, 'eco_temperature', tuya.valueConverter.divideBy10],
Expand Down

0 comments on commit dbd8773

Please sign in to comment.