mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
Rename DeviceValueTypes, add UINT32 for custom entities #1706
This commit is contained in:
@@ -33,12 +33,13 @@ class DeviceValue {
|
||||
public:
|
||||
enum DeviceValueType : uint8_t {
|
||||
BOOL,
|
||||
INT,
|
||||
UINT,
|
||||
SHORT,
|
||||
USHORT,
|
||||
ULONG,
|
||||
INT8,
|
||||
UINT8,
|
||||
INT16,
|
||||
UINT16,
|
||||
UINT24,
|
||||
TIME, // same as ULONG (32 bits)
|
||||
UINT32,
|
||||
ENUM,
|
||||
STRING,
|
||||
CMD // special for commands only
|
||||
|
||||
Reference in New Issue
Block a user