AMX Mio Modero R-4 Universal Remote User Manual


 
Programming the Mio R-4
80
Mio Modero R-4
Remote Setup Commands
A device must first be defined in the NetLinx programming language with values for the Device: Port:
System (in all programming examples - Remote is used in place of these values).
Remote Setup Commands
^MUT
Set the remote
volume mute state
Syntax:
"'^MUT-<state>'"
Variables:
state = 0 (OFF) or 1 (ON).
Example:
SEND COMMAND Device,"'^MUT-1'"
Sets the volume mute state to ON.
^VOL
Set the remote
volume level.
The device
supports 3 volume
settings (High,
Medium and Low)
and OFF
Syntax:
"'^VOL-<volume level>'"
Variables:
volume level = 0 - 24 (OFF)
25 - 49 (LOW)
50 - 74 (MED)
75 - 100 (HIGH)
Example:
SEND COMMAND Device,"'^VOL-50'"
Sets the volume level to 50.