output multizone commands required

This commit is contained in:
Martin Piffault
2022-06-07 22:31:53 +02:00
parent 88274abdb5
commit 642bc5dda1

View File

@@ -363,7 +363,8 @@ fn handle_led_mode(
return true; return true;
} }
} }
if supported.multizone_led_mode { if supported.multizone_led_mode && command.trim().starts_with("multi")
{
return true; return true;
} }
false false