We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From @t0mg on January 19, 2017 0:2
Hardest part will be to design the interface. Probably won't implement a full remote as I want to keep the widgets tiny. Maybe just play pause?
Example output for Squeezebox:
{"Battery":255,"RSSI":12,"description":"","dtype":"Lighting 2","id":"0000001","idx":80,"name":"Squeezebox Radio","nvalue":1,"stype":"AC","svalue1":"0","switchType":"Media Player","unit":1}
No documentation on domoticz wiki, found these by watching requests from the original dashboard.
Turn on/off:
json.htm?type=command¶m=switchlight&idx=80&switchcmd=On&level=0&passcode= json.htm?type=command¶m=switchlight&idx=80&switchcmd=Off&level=0&passcode=
From the web remote:
json.htm?type=command¶m=lmsmediacommand&idx=80&action=Play
Actions : Play, Stop, Pause, Forward, Rewind, VolumeUp, VolumeDown, Mute, Shuffle, Repeat Other action not doing anything on my Squeezebox Radio: Favorites, Browse, NowPlaying, Up, Down, Left, Right
Copied from original issue: t0mg/reacticz#25
The text was updated successfully, but these errors were encountered:
Pull #41 fixing #38 also added On/Off support for Squeezebox here. I still want to add play/pause eventually but that's good enough for now.
Sorry, something went wrong.
No branches or pull requests
From @t0mg on January 19, 2017 0:2
Hardest part will be to design the interface. Probably won't implement a full remote as I want to keep the widgets tiny. Maybe just play pause?
Example output for Squeezebox:
No documentation on domoticz wiki, found these by watching requests from the original dashboard.
Turn on/off:
From the web remote:
Actions : Play, Stop, Pause, Forward, Rewind, VolumeUp, VolumeDown, Mute, Shuffle, Repeat
Other action not doing anything on my Squeezebox Radio: Favorites, Browse, NowPlaying, Up, Down, Left, Right
Copied from original issue: t0mg/reacticz#25
The text was updated successfully, but these errors were encountered: