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
To control optical input i just use DIGITALIN1 and DIGITALIN2 even if they aren't declared on the sources array.
Unfortunately the volume set and get is another problem If i try to set the volume for example at 10 it went straight over 60 and if i try to get the value of it i get a "false" value.
This "new" marantz amp use another xml file to get the volume /goform/Deviceinfo.xml and the value is under <VolumeRange> inside <MinValue>
Ok i've found this commands to turn it on and off and others as well
Power on: http://{IP}/goform/formiPhoneAppPower.xml?1+PowerOn
Power off: http://{IP}/goform/formiPhoneAppPower.xml?1+PowerStandby
To control optical input i just use DIGITALIN1 and DIGITALIN2 even if they aren't declared on the sources array.
Unfortunately the volume set and get is another problem If i try to set the volume for example at 10 it went straight over 60 and if i try to get the value of it i get a "false" value.
This "new" marantz amp use another xml file to get the volume
/goform/Deviceinfo.xml
and the value is under<VolumeRange>
inside<MinValue>
here is the Deviceinfo.xml
The text was updated successfully, but these errors were encountered: