Hi,
I have a problem with control the volume of my BeoCreate via Rest API
.
curl -X get http://192.168.178.123:81/api/volume returns 100 % no matter how is the real volume (at the first request).
With
curl -X post -H "Content-Type: application/json" -d '{"percent":"-5"}' http://192.168.178.123:81/api/volume
I can then just decrease the volume because it has already 100%.
Why I do not get the real actual volume level e.g. 35 %
Thanks for support in advance.
BR
HaPe