mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
Web selectbox for enum commands (like bool)
This commit is contained in:
@@ -39,7 +39,8 @@ enum DeviceValueType : uint8_t {
|
||||
ULONG,
|
||||
TIME, // same as ULONG (32 bits)
|
||||
ENUM,
|
||||
TEXT
|
||||
TEXT,
|
||||
CMD
|
||||
|
||||
};
|
||||
|
||||
@@ -64,7 +65,8 @@ enum DeviceValueUOM : uint8_t {
|
||||
SECONDS, // 13
|
||||
DBM, // 14
|
||||
NUM, // 15
|
||||
BOOLEAN // 16
|
||||
BOOLEAN, // 16
|
||||
LIST // 17
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user