Closed ytrufchev closed 3 years ago
TV device type supports sending manual volume changes to the server if that's what you are looking for https://sinricpro.github.io/esp8266-esp32-sdk/class_sinric_pro_t_v.html#a0f301accc58742f867de88c66a5eb3c5
Thats exactly what I mean, but I not a professional developer, just very passionate about programming. I've been looking for an answer for the past two days and i'm thinking its a syntax problem because I cant write the right code, but will do my Best when I get home and post back with the results.
I tried the following
bool success myTv. sendVolumeEvent(newVolumeValue) ;
But the value on sinric.pro server is not changing
Update: it works now, but I have to restart the mobile app to see the change
I will move this to non sdk issue to track the app issue.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi, first of all you have a amazing service I absolutly love it. I have smart tv that gives the volume level in a JSON response, but when I want to change the volume from the remote and send the new value to the service, all I see in the app is the small banner at the bottem where the cause should be, but the volume value in the app is uneffected.