A merry Christmas to you all!!
I want to make a selector switch to play radio through Domoticz.
Now I am testing to play radio but till now with no luck.
Searched the forum but could not find what I am looking for.
this is my testing script:
Code: Select all
commandArray = {}
if (devicechanged['Reserve2']=='On') then
openurl('http://icecast.omroep.nl/radio2-bb-mp3')
print ('Radio 2 speelt')
end
return commandArray

any help???