Add reciever power
This commit is contained in:
@@ -38,6 +38,7 @@ extern "C" {
|
||||
#define LED_R 13
|
||||
#define LED_G 15
|
||||
#define LED_B 2
|
||||
#define RECIVER 18
|
||||
|
||||
#define TOPIC "home/bigroom/"
|
||||
|
||||
@@ -48,9 +49,10 @@ uint8_t timeLight;
|
||||
byte levelBlue, levelWhite;
|
||||
bool move, lightWhite;
|
||||
float temp, hum;
|
||||
bool bLamp, wLamp;
|
||||
bool bLamp, wLamp, reciever;
|
||||
uint8_t statLamp;
|
||||
|
||||
|
||||
AsyncWebServer server(80);
|
||||
|
||||
#endif // __MAIN__
|
||||
|
||||
Reference in New Issue
Block a user