mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 05:39:51 +03:00
restart on MQTT err fix, Float storage & RAW fix
This commit is contained in:
@@ -131,6 +131,7 @@ class Item
|
||||
void setFlag (short flag);
|
||||
void clearFlag (short flag);
|
||||
void setVal(long int par);
|
||||
void setFloatVal(float par);
|
||||
void setSubtype(uint8_t par);
|
||||
int Poll(int cause);
|
||||
int SendStatus(int sendFlags);
|
||||
|
||||
Reference in New Issue
Block a user