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
in gateway.js you should add string audio.volume.value = Number(audio.volume.value); after string audio.volume.value = cp.execSync("amixer get " + common.config.sound_channel + " | awk '$0~/%/{print $4}' | tr -d '[]%'").toString().split(os.EOL)[0]; ang get volume become number, not string
is it possible to make value with int or float type, not string with quotes?
The text was updated successfully, but these errors were encountered: