This commit is contained in:
cjkas 2026-03-23 08:11:12 +01:00
parent 9ccc2d4ff5
commit 8c51e1a518
24 changed files with 1285 additions and 405 deletions

View file

@ -3590,6 +3590,7 @@ void SomfyShadeController::emitState(uint8_t num) {
for(uint8_t i = 0; i < SOMFY_MAX_SHADES; i++) {
SomfyShade *shade = &this->shades[i];
if(shade->getShadeId() == 255) continue;
esp_task_wdt_reset();
shade->emitState(num);
}
}