mirror of
https://github.com/anklimov/lighthub
synced 2025-12-14 07:39:56 +03:00
pins protection,core fixes for grp ch stat& sched
This commit is contained in:
@@ -149,7 +149,7 @@ class Item
|
||||
inline int Off(){return Ctrl(itemCmd(ST_VOID,CMD_OFF));};
|
||||
inline int Toggle(){return Ctrl(itemCmd(ST_VOID,CMD_TOGGLE));};
|
||||
int scheduleCommand(itemCmd cmd, bool authorized);
|
||||
int scheduleOppositeCommand(itemCmd cmd,bool authorized);
|
||||
int scheduleOppositeCommand(itemCmd cmd,bool isActiveNow,bool authorized);
|
||||
int isScheduled();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user