Сounter mod, core & modbus tuned for 1/100th prec

This commit is contained in:
2022-04-06 10:21:39 +03:00
parent 9bf3d561bd
commit b3af9865c7
11 changed files with 370 additions and 82 deletions

View File

@@ -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);