Web server query interface, Syntax, Commands – ETC Unison Mosaic Designer v1.11.0 User Manual
Page 245: Get controller settings, Sample response

Web server query interface
Web server query interface
The query interface of a Controller provides access to timeline status information, text slot contents, etc. for cus-
tom web pages.
Syntax
If you GET the URL:
http://xxx.xxx.xxx.xxx/query/command[?args]
and command and args are recognised, the controller will return the result of the query, else, it will return a 204
(No Response) HTTP header.
Data will be returned as XML. Recognised commands are:
l
system
l
currentTime
l
timeline
l
timelineStatus
l
textSlot
l
variable
Commands
Get Controller Settings
Get a summary of the Controller's settings.
l
Command: system
l
Args: none
Sample Response
<response>
<hardwareType>LPC2</hardwareType>
<serialNumber>002056</serialNumber>
<firmwareVersion>
<major>1</major>
<minor>7</minor>
<point>133</point>
</firmwareVersion>
<networkInterface>
<ipAddress>172.20.1.9</ipAddress>
<subnetMask>255.255.0.0</subnetMask>
<gateway>172.20.0.250</gateway>
</networkInterface>
<cfCardSizeKb>1024</cfCardSizeKb>
<date>2010-04-23</date>
<time>08:59:14</time>
- 245 -