© Copyright 2018 WyreStorm Technologies |
WyreStorm.com
SW-0401-HDBT API | 180321-1319
5 of 12
North America: 844.280.WYRE (9973) | UK/EMEA: +44 (0) 1793 230 343
Email:
5.2
Audio Output Volume Control
Action
Command
Parameters
Adjust Volume
SET VOLGAIN_DATA aout prm<CR><LF>
Returns: VOLGAIN_DATA aout prm<CR><LF>
Example: Set volume of audio out to 30
SET VOLGAIN_DATA aout 30<CR><LF>
Returns: VOLGAIN_DATA aout 30<CR><LF>
aout = {hdmiout, audioout}
prm = {0~100}
Mute Audio
SET AUDIO_MUTE aout prm<CR><LF>
Returns: AUDIO_MUTE aout prm<CR><LF>
Example: AUDIO_MUTE audio out.
SET AUDIO_MUTE aout on<CR><LF>
Returns: AUDIO_MUTE aout on<CR><LF>
aout = {hdmiout, audioout}
prm = {on, off} // on means mute; off means
unmuted.
6.
Display and Switcher Power Control
6.1
CEC Configuration
Action
API Command Reference
Parameters
Enable/Disable
CEC Functionality
SET CECCMD_ONOFF prm<CR><LF>
Returns: CEC: prm<CR><LF>
Example: Enable CEC
SET CECCMD_ONOFF on<CR><LF>
Returns: CEC: on<CR><LF>
prm = {on, off}
Enable/Disable
CEC Auto Mode
SET CECAUTO_ONOFF prm<CR><LF>
Returns: Auto CEC: prm<CR><LF>
Example: Enable CEC Auto Mode
SET CECAUTO_ONOFF on<CR><LF>
Returns: Auto CEC: on<CR><LF>
prm = {on, off}
Set CEC Power
Delay Time
SET CECAUTO_DELAY prm<CR><LF>
Returns: Auto CEC Delay Value: prm Min<CR><LF>
Example: Set delay time of 1 minute
SET CECAUTO_DELAY 1<CR><LF>
Returns: Auto CEC Delay Value: 1 Min
prm = {0~30}
// prm numbers are in minutes with default wait
time of 2 minutes,
entering a 0 will power off the display immediately
if there is no active signal.