mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
auxheaterdelay and hyst #803
This commit is contained in:
@@ -180,7 +180,8 @@ export enum DeviceValueUOM {
|
||||
SQM,
|
||||
M3,
|
||||
L,
|
||||
K_MIN
|
||||
KxMIN,
|
||||
KpMIN
|
||||
}
|
||||
|
||||
export const DeviceValueUOM_s = [
|
||||
@@ -205,7 +206,8 @@ export const DeviceValueUOM_s = [
|
||||
'm²',
|
||||
'm³',
|
||||
'l',
|
||||
'K*min'
|
||||
'K*min',
|
||||
'K/min'
|
||||
];
|
||||
|
||||
export enum AnalogType {
|
||||
|
||||
Reference in New Issue
Block a user