Hi,
I'd like to get the list of playlists, from an Openhab rule.
From a rule I can play a given playlist, with an http request :
var String url = "http://x.x.x.x:9000/status.html?p0=playlist&p1=play&p2=play_list_name& player=y.y.y.y"
sendHttpGetRequest(url)
But is there a similar request to get the list of playlists ?
Thanks for any suggestion
I'd like to get the list of playlists, from an Openhab rule.
From a rule I can play a given playlist, with an http request :
var String url = "http://x.x.x.x:9000/status.html?p0=playlist&p1=play&p2=play_list_name& player=y.y.y.y"
sendHttpGetRequest(url)
But is there a similar request to get the list of playlists ?
Thanks for any suggestion