mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 13:49:50 +03:00
Critical potential memory violation fixed. Ventilation set termopreset and overheat control fixed
This commit is contained in:
@@ -87,7 +87,7 @@ class Item
|
||||
Item(char * name);
|
||||
Item(aJsonObject * obj);
|
||||
boolean isValid ();
|
||||
virtual int Ctrl(short cmd, short n=0, int * Par=NULL, boolean send=true);
|
||||
virtual int Ctrl(short cmd, short n=0, int * Parameters=NULL, boolean send=true);
|
||||
int getArg(short n=0);
|
||||
boolean getEnableCMD(int delta);
|
||||
//int getVal(short n); //From VAL array. Negative if no array
|
||||
|
||||
Reference in New Issue
Block a user