Linking two Tasmota devices without MQTT
Turn 2 device on/off at a same time with rule
On device #1
code:
RULE1 on POWER1#State do WebSend [192.168.1.33] POWER1 %value% ENDONOn device #2
code:
RULE1 on POWER1#State do WebSend [192.168.1.34] POWER1 %value% ENDON
Comments
Post a Comment