Wake, Zigc, Zigp – AMX Mio Modero R-3 User Manual

Page 27: Uni wake zigc zigp

Advertising
background image

Programming The Mio R-3

23

Mio Modero R-3 Remote

Send_Commands (Cont.)

^UNI

Set Unicode text

For the ^UNI command, the Unicode text is sent as ASCII-HEX nibbles.

Syntax:

SEND_COMMAND <DEV>,"'^UNI-<vt addr>,<unicode text>'"

Variables:

• variable text address range = 1.

• unicode text = Unicode HEX value.

Example:

SEND_COMMAND Keypad,"'^UNI-1,$00,$41'"

Sets the button's unicode character to 'A'.

Note: To send the variable text 'A' in Unicode to all states of the variable text
button 1, (for which the character code is 0041 Hex), send the following
command:

SEND_COMMAND Keypad,"'^UNI-1,$00,$41'"

Note: Unicode is always represented in a HEX value.

WAKE

Force the keypad to turn
backlight on

Syntax:

SEND_COMMAND <DEV>,"'WAKE'"

Example:

SEND_COMMAND Keypad,"'WAKE'"

Forces the keypad to turn backlight on.

ZIGC

Sets the ZigBee Channel

Syntax:

ZIGC <channel> (Decimal)

Example:

ZIGC 26

ZIGP

Sets the ZigBee Extended
PAN ID

Syntax:

ZIGP <panId> (Decimal)

Example:

ZIGP 123A

Advertising