73
NO Command Syntax Example
UT SEND_COMMAND <DEV>,
“‘VIDOUT_CEC_SLEEP_TIMEOUT-
<time>'"
Return:
VIDOUT_CEC_SLEEP_TIMEOUT-<tim
e>
Description:
Set the timeout to make the sink
sleep via CEC
Variables:
time: {1~30} minutes
SEND_COMMAND
VIDEO_OUTPUT_1,
“'VIDOUT_CEC_SLEEP_TIME
OUT-5'"
Return:
VIDOUT_CEC_SLEEP_TIMEO
UT-5
59
?VIDOUT_CEC_SLEEP_TIMEO
UT
Command:
SEND_COMMAND <DEV>,
“‘?VIDOUT_CEC_SLEEP_TIMEOUT'
"
Return:
VIDOUT_CEC_SLEEP_TIMEOUT-<tim
e>
Description:
Request the timeout to make the
sink sleep via CEC
Command:
SEND_COMMAND
VIDEO_OUTPUT_1,
“'?VIDOUT_CEC_SLEEP_TIM
EOUT'"
Return:
VIDOUT_CEC_SLEEP_TIMEO
UT-5
60 VIDOUT_NAME
Command:
SEND_COMMAND <DEV>,
“‘VIDOUT_NAME-<name>'"
Return:
VIDOUT_NAME-<name>
Description:
Sets the name of the HDMI output
port addressed by the D:P:S to
<name>.
The <name> length is limited to
31 characters
Valid characters are:
a-z // lower case letters
A-Z // upper case letters
0-9 // numeric
#.-_=+ // special characters hash,
period, dash, underscore, equal, plus
Command:
SEND_COMMAND
VIDEO_OUTPUT_1,
“'VIDOUT_NAME-TV1"
Return:
VIDOUT_NAME-TV1