Controlling the KVM switch via XML
25
· G&D DP1.2-MUX2-NT
Unsubscribing from push notifications
Use the
<unsubscribe>
container to unsubscribe from push notifications.
Subscribing to push notifications
Use the
<subscribe>
container to subscribe to push notifications.
Configuration
Configuring the device's accesses for XML control
Use the web application
Config Panel
to define the »Remote Control« accesses and
their settings.
How to set up a new access or edit an existing access:
1. Klicken Sie im Menü auf
KVM-Switches
.
2. Click on the device you want to configure and then click on
Configuration
.
3. Click on the tab
Network
.
4. Go to
Remote control
.
5. To create a new access, click on
Add
.
To edit an existing access, click on
Edit
.
NOTE:
The cancellation applies only for the connection on which the
unsubscribe
command is sent.
DISABLING NOTIFICATIONS FOR SWITCHING BETWEEN CHANNELS
<?xml version="1.0" encoding="utf-8"?>
<root>
<unsubscribe>
<Notification type="channel_select_event"/>
</unsubscribe>
</root>
NOTE:
The subscription applies only for the connection on which the
subscribe
com-
mand is sent.
ENABLING NOTIFICATIONS WHEN DEVICE STATUS CHANGES
<?xml version="1.0" encoding="utf-8"?>
<root>
<subscribe>
<Notification type="channel_select_event"/>
</subscribe>
</root>
IMPORTANT:
Controlling the device via XML is only possible via these accesses.