Hello,
After the update 2023.6.0 as i see the syntax of the switch at command_line has changed.
The syntax for multiple switch commands is as below?
command_line:
- switch:
name: player
command_on: 'echo -n -e "\xA5\xAB\x00\x02\x01\x00\x00\x03" | nc -u -w1 192.168.168.202 5062'
command_off: 'echo -n -e "\xA5\xAB\x00\x02\x02\x00\x00\x04" | nc -u -w1 192.168.168.202 5062'
- switch:
name: muteout1
command_on: 'echo -n -e "\xA5\xAB\x03\x31\x01\x01\x00\x36" | nc -u -w1 192.168.168.202 5062'
command_off: 'echo -n -e "\xA5\xAB\x03\x32\x01\x01\x00\x37" | nc -u -w1 192.168.168.202 5062'
- switch:
name: muteout2
command_on: 'echo -n -e "\xA5\xAB\x03\x31\x02\x02\x00\x38" | nc -u -w1 192.168.168.202 5062'
command_off: 'echo -n -e "\xA5\xAB\x03\x32\x02\x02\x00\x39" | nc -u -w1 192.168.168.202 5062'