Add reciever power

This commit is contained in:
2022-10-15 12:19:44 +03:00
parent 0aab4963c4
commit 5a1b30658d
6 changed files with 76 additions and 7 deletions

View File

@@ -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__