mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
add TA4/TW1, fix decimal, add EM100 values, update
This commit is contained in:
@@ -175,7 +175,8 @@ export enum DeviceValueUOM {
|
||||
M3,
|
||||
L,
|
||||
KMIN,
|
||||
K
|
||||
K,
|
||||
VOLTS
|
||||
}
|
||||
|
||||
export const DeviceValueUOM_s = [
|
||||
@@ -201,7 +202,8 @@ export const DeviceValueUOM_s = [
|
||||
'm³',
|
||||
'l',
|
||||
'K*min',
|
||||
'K'
|
||||
'K',
|
||||
'V'
|
||||
];
|
||||
|
||||
export enum AnalogType {
|
||||
@@ -238,6 +240,7 @@ type BoardProfiles = {
|
||||
export const BOARD_PROFILES: BoardProfiles = {
|
||||
S32: 'BBQKees Gateway S32',
|
||||
E32: 'BBQKees Gateway E32',
|
||||
E32V2: 'BBQKees Gateway E32 V2',
|
||||
NODEMCU: 'NodeMCU 32S',
|
||||
'MH-ET': 'MH-ET Live D1 Mini',
|
||||
LOLIN: 'Lolin D32',
|
||||
|
||||
Reference in New Issue
Block a user