mirror of
https://github.com/anklimov/lighthub
synced 2025-12-12 14:49:50 +03:00
modbus retry issue, core fixes (cold restore issues)
This commit is contained in:
@@ -173,6 +173,7 @@ class Item
|
||||
int VacomSetFan (int8_t val, int8_t cmd=0);
|
||||
int VacomSetHeat(int addr, int8_t val, int8_t cmd=0);
|
||||
int modbusDimmerSet(int addr, uint16_t _reg, int _regType, int _mask, uint16_t value);
|
||||
int modbusDimmerSet(uint16_t value);
|
||||
void mb_fail();
|
||||
int isActive();
|
||||
void Parse();
|
||||
|
||||
Reference in New Issue
Block a user