Page 1 of 1

Selector action script won't save correctly

Posted: Tuesday 14 December 2021 14:20
by sammyke007
Hi

I want one of my selector switches to execute the following script on a certain level:

Code: Select all

script:///home/pi/domoticz/scripts/bash/alexa_remote_control.sh -d Zolder -e speak:"<speak><audio src='soundbank://soundlibrary/ui/gameshow/amzn_ui_sfx_gameshow_waiting_loop_30s_01'/></speak>"
This saves as

Code: Select all

script:///home/pi/domoticz/scripts/bash/alexa_remote_control.sh -d Zolder -e speak:"<speak></speak>"
though after clicking save. Any workaround please? Or do I have to put this command in a bash script and execute that bash script... ?