Skip to content

Commit c9e2e73

Browse files
bskjonbskjon
bskjon
authored andcommitted
lint
1 parent 8986d8d commit c9e2e73

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',
@@ -1915,6 +1914,7 @@ const definitions: DefinitionWithExtend[] = [
19151914
tz.thermostat_control_sequence_of_operation,
19161915
tz.thermostat_programming_operation_mode,
19171916
tz.thermostat_temperature_display_mode,
1917+
tz.thermostat_local_temperature_calibration,
19181918
tz.thermostat_running_state,
19191919
tz.thermostat_running_mode,
19201920
],

0 commit comments

Comments
 (0)