I have five Slampher running Tasmota (8.2.0) in fixtures in my basement, that I'd like to operate together. The first is in a switch controlled socket. The remaining four of them are always powered up (PowerOnState off).
When I turn on the switch, the slampher boots up. I understand I can power on the other four with rules for system#boot using websend.
My issue is having them power off when the first one is switched off (loss of power). How do I have the remaining slamphers test that the first has become unreachable?
Websend will return RESULT = {"WebSend":"Connect failed"} when the first slampher is powered off, but I don't know how to use that result in a rule.