auxheaterdelay and hyst #803

This commit is contained in:
MichaelDvP
2022-12-16 15:11:56 +01:00
parent 4bd6db31c0
commit 137e047205
7 changed files with 40 additions and 15 deletions

View File

@@ -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 {