mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 05:39:51 +03:00
Сounter mod, core & modbus tuned for 1/100th prec
This commit is contained in:
@@ -59,6 +59,7 @@ e-mail anklimov@gmail.com
|
||||
#define CH_RGBWW 17
|
||||
#define CH_MULTIVENT 18
|
||||
#define CH_ELEVATOR 19
|
||||
#define CH_COUNTER 20
|
||||
|
||||
//#define CHANNEL_TYPES 13
|
||||
|
||||
@@ -146,7 +147,7 @@ class Item
|
||||
inline int Toggle(){return Ctrl(itemCmd(ST_VOID,CMD_TOGGLE));};
|
||||
|
||||
protected:
|
||||
|
||||
long int limitSetValue();
|
||||
int VacomSetFan (itemCmd st);
|
||||
int VacomSetHeat(itemCmd st);
|
||||
int modbusDimmerSet(itemCmd st);
|
||||
|
||||
Reference in New Issue
Block a user