mirror of
https://github.com/anklimov/lighthub
synced 2026-05-05 21:45:48 +00:00
Important Input re-intrance bug fixed
Haier AC relability improved (buffer not save if incoming packet broken) CAN - sub-item calculation fixed continue working on MultiAC config for LH board testing shared
This commit is contained in:
@@ -145,7 +145,7 @@ class Item
|
||||
void setSubtype(uint8_t par);
|
||||
int Poll(int cause);
|
||||
int SendStatus(long sendFlags, char * subItem=NULL);
|
||||
int SendStatusImmediate(itemCmd st, long sendFlags, char * subItem=NULL);
|
||||
int SendStatusImmediate(itemCmd st, long sendFlags, char * subItem=NULL, bool tetain = true);
|
||||
int isActive();
|
||||
int getChanType();
|
||||
inline int On (){return Ctrl(itemCmd(ST_VOID,CMD_ON));};
|
||||
|
||||
Reference in New Issue
Block a user