mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-11 02:09:57 +03:00
add writeable checkbox to custom entities
This commit is contained in:
@@ -34,6 +34,7 @@ class EntityItem {
|
||||
uint8_t uom;
|
||||
std::string name;
|
||||
double factor;
|
||||
bool writeable;
|
||||
uint32_t val;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user