różne zebrane fixy, głównie w timerach

This commit is contained in:
2021-10-03 14:38:16 +02:00
parent 81310eefe2
commit ed5f26e096
6 changed files with 35 additions and 8 deletions

View File

@@ -32,6 +32,8 @@ when
then
/* HOLIDAY */
/* drobna przerwa bo cottonballs tez sie zapalaja teraz */
Thread::sleep(1000)
sSONOFF05.sendCommand(ON)
/* balkon */
@@ -120,9 +122,13 @@ then
sSONOFF02_expected.postUpdate(OFF)
dSONOFF02LED.sendCommand(1023)
/* sufitowe gasimy tylko jak nikogo nie ma w domu */
/* sufitowe gasimy tylko jak nikogo nie ma w domu,
cottonbalsy tez, bo nie ma kto powiedziec goodnight */
if (sHolidayVacancy.state == ON) {
/* kanapa */
sSONOFF05.sendCommand(OFF)
/* cottonballs / krzak */
sOWFS01.sendCommand(OFF)
}
Thread::sleep(2000)