DIMAX804KC User’s Manual
48
DEXON Systems
The store_custom_field request is used to store client-specific information on the server for
future usage. The format of the custom field data is not specified, it can be any kind of character
string.
Attributes:
• id: any unique alphanumeric string to identify the data.
query_custom_field - Request
<query_custom_field id="n" />
Description:
The query_custom_field request is used to retrieve previously stored client-specific information
from the server.
Attributes:
• id: unique alphanumeric string to identify the previously stored data.
custom_field - Reply
Reply message:
<custom_field id="n">
...
</custom_field>
Description:
The DIMAX server sends custom_field reply message to the client in response to the
query_custom_field request. The value of the custom field data will be replied in the same
format as it was supplied by the client.
REBOOT
reboot - Request
Request message:
<reboot needack="{Yes|No}" />
Description:
The reboot request is used to perform a restart on DIMAX device.
This request is available only for clients with administrator privilege.
WAKEUP
wakeup - Request
Request message:
<wake_up needack="{Yes|No}" />
Description:
The wakeup request is used to deactivate the standby mode.
This request is available only for clients with administrator privilege.