Send out status after firing a relay

This commit is contained in:
Gregor Riepl 2021-01-18 12:44:57 +01:00
parent cd807bed92
commit 99cb7bc033

View file

@ -134,6 +134,8 @@ static void loop() {
case 0x21:
if (msg.length == 1) {
fire_relay(msg.data[0]);
// also send out the current status
send_status();
}
}
}