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
I am attempting to set the volume using this.control.volume.set(). It relies on the result of this.settings.audio.get(), which is failing. I've made manual calls to <host>/menu_native/dynamic/tv_settings/audio and it responds with an exception.
Internally, I converted it over to use this.control.volume.get() (/menu_native/dynamic/tv_settings/audio/volume) with no problems. @heathbar, has the current implementation ever worked, or did Vizio update their firmware API recently?
I am attempting to set the volume using
this.control.volume.set()
. It relies on the result ofthis.settings.audio.get()
, which is failing. I've made manual calls to<host>/menu_native/dynamic/tv_settings/audio
and it responds with an exception.Internally, I converted it over to use
this.control.volume.get()
(/menu_native/dynamic/tv_settings/audio/volume
) with no problems. @heathbar, has the current implementation ever worked, or did Vizio update their firmware API recently?context:
vizio-smart-cast/index.js
Line 394 in fb5a79a
The text was updated successfully, but these errors were encountered: