add writeable checkbox to custom entities

This commit is contained in:
MichaelDvP
2023-04-15 10:45:41 +02:00
parent d86153a08e
commit a54f3f7085
12 changed files with 61 additions and 23 deletions

View File

@@ -34,6 +34,7 @@ class EntityItem {
uint8_t uom;
std::string name;
double factor;
bool writeable;
uint32_t val;
};