mirror of
https://github.com/anklimov/lighthub
synced 2026-05-05 13:35:49 +00:00
MQTT->CAN proxy. CRC16 for CAN config
This commit is contained in:
@@ -117,8 +117,8 @@ class Item
|
||||
void Stop();
|
||||
//int Ctrl(short cmd, short n=0, int * Parameters=NULL, int suffixCode=0, char* subItem=NULL);
|
||||
int Ctrl(itemCmd cmd, char* subItem=NULL, bool allowRecursion = true, bool authorized=false);
|
||||
int Ctrl(char * payload, char * subItem=NULL);
|
||||
|
||||
int Ctrl(char * payload, char * subItem=NULL, int remoteID = 0);
|
||||
int remoteCtrl(itemCmd cmd, int remoteID, char* subItem=NULL, char * authToken=NULL);
|
||||
int getArg(short n=0);
|
||||
float getFloatArg(short n=0);
|
||||
short getArgCount();
|
||||
|
||||
Reference in New Issue
Block a user