You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with what request would i get the friendly name + roomUDN + state - f.ex. for a doorbell functionality - i need to ring on certain speaker depending on the states and after ring put them into the prev. state again - sure i can make my own matching for friendly name + roomUDN - but would be nice to have this in one request - and reading my code for friendly names is more readable as the udn's.
what do you think?
thanks
holli
The text was updated successfully, but these errors were encountered:
I've added the friendlyName and some more infos to the result of the renderer itself.
Additionally i have added the zoneConfiguration-RoomInformation to the result. I think this may fit your needs. Will be availabel on version 0.0.7
hello,
i try to use the node raumserver but i'm missing the friendly name of my rooms?
curl "http://obelix:18080/raumserver/data/getRendererState?listAll=true" |json -a data |json -a rooms
f.ex. returns:
with what request would i get the friendly name + roomUDN + state - f.ex. for a doorbell functionality - i need to ring on certain speaker depending on the states and after ring put them into the prev. state again - sure i can make my own matching for friendly name + roomUDN - but would be nice to have this in one request - and reading my code for friendly names is more readable as the udn's.
what do you think?
thanks
holli
The text was updated successfully, but these errors were encountered: