Skip to content

Commit ce555ca

Browse files
author
bskjon
committed
lint
1 parent 9d12a05 commit ce555ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/devices/namron.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ const namronPrivateHvacThermostat: NamronPrivateTable = {
5959
currentOperatingMode: {attrId: 'programingOperMode', type: Zcl.DataType.BITMAP8, key: 'current_operating_mode'},
6060
};
6161

62-
6362
function fromFzToTz(obj: KeyValue) {
6463
return Object.fromEntries(Object.entries(obj).map(([k, v]) => [v, k]));
65-
};
64+
}
6665

6766
const fzNamronBoostTable = {
6867
0: 'off',
@@ -1914,6 +1913,7 @@ const definitions: DefinitionWithExtend[] = [
19141913
tz.thermostat_control_sequence_of_operation,
19151914
tz.thermostat_programming_operation_mode,
19161915
tz.thermostat_temperature_display_mode,
1916+
tz.thermostat_local_temperature_calibration,
19171917
tz.thermostat_running_state,
19181918
tz.thermostat_running_mode,
19191919
],

0 commit comments

Comments
 (0)