mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 13:49:50 +03:00
Persistent logic improvement, CMD_ON refinig, Vacom Air channel may open airGate if active
This commit is contained in:
@@ -62,6 +62,19 @@ typedef union
|
||||
};
|
||||
} HSVstore;
|
||||
|
||||
|
||||
typedef union
|
||||
{
|
||||
long int aslong;
|
||||
struct
|
||||
{
|
||||
int8_t r;
|
||||
int8_t g;
|
||||
int8_t b;
|
||||
int8_t v;
|
||||
};
|
||||
} RGBVstore;
|
||||
|
||||
class Item
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user