mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 05:39:51 +03:00
Cumulative changes/pre-release
This commit is contained in:
@@ -149,6 +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);
|
||||
int scheduleOppositeCommand(itemCmd cmd);
|
||||
int isScheduled();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user