mirror of
https://github.com/anklimov/lighthub
synced 2026-05-05 13:35:49 +00:00
MBUS refactoring,
AC Haier tolerance for comm errors(CRC check), MERCURY - not blocking MBUS if failed (delay added if login fail) Kernel fixes (flags, Locks) Multivent to multichannel virtual AC converted (interim) PID library forked and changed
This commit is contained in:
@@ -138,8 +138,8 @@ class Item
|
||||
void setFloatVal(float par);
|
||||
void setSubtype(uint8_t par);
|
||||
int Poll(int cause);
|
||||
int SendStatus(int sendFlags, char * subItem=NULL);
|
||||
int SendStatusImmediate(itemCmd st, int sendFlags, char * subItem=NULL);
|
||||
int SendStatus(long sendFlags, char * subItem=NULL);
|
||||
int SendStatusImmediate(itemCmd st, long sendFlags, char * subItem=NULL);
|
||||
int isActive();
|
||||
int getChanType();
|
||||
inline int On (){return Ctrl(itemCmd(ST_VOID,CMD_ON));};
|
||||
|
||||
Reference in New Issue
Block a user