kanapa: naprawienie MQTT

Problem był w konfiguracji na sonoffie, słuchał na "sonoff09/#" zamiast
"/sonoff09/#"
This commit is contained in:
2021-04-10 16:59:37 +02:00
parent a0c0f288e3
commit f9f1d4bc45
2 changed files with 3 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ rule "Synchronizuj prawe kanapowe z lewymi"
when
Item sSONOFF09a received update
then
sSONOFF09b.send_update(sSONOFF09a.state)
/* sSONOFF09b.sendCommand(receivedCommand) */
sSONOFF09b.sendCommand(sSONOFF09a.state)
end