DIMAX804KC User’s Manual
DEXON Systems
45
Elements:
• connected: existing connection between the input identified by input_id and the output
identified by output_id
• disconnected: currently disconnected output identified by output_id
AUDIO
audio - Request
Request message:
<audio needack="{Yes|No}">
<connect input_id="n" output_id="n" />
...
<disconnect output_id="n" />
...
</audio>
Description:
The audio request is used to set audio assignment. New audio connections can be created and
existing connections can be removed by the help of this request.
audio - Reply
See details in description of query_audio_assignment message.
4.2.9
Miscellaneous
QUERY_HARDWARE_MONITOR_STATUS
query_hardware_monitor_status - Request
Request message:
<query_hardware_monitor_status />
Description:
The query_hardware_monitor_status request is used to obtain information on hardware
monitor status.
hardware_monitor_status - Reply
Reply message:
<hardware_monitor_status>
<temperature source="xxx" min="n" max="n" unit="x">n</temperature>
<tachometer source="xxx" min="n">n</tachometer>
</hardware_monitor_status>