The Xentara Elite CS Driver v1.0
User Manual
JSON Format for Elite CS Robot

A JSON object describing a Robot has following syntax:

{
"@Skill.EliteCS.Robot": {
"name": "Robot",
"UUID": "7b0a21f6-ce76-480e-aa33-cc86ece39834",
"address": "54.86.84.251",
"subscriptions": {
...
},
"variables": {
...
}
}
}

Object Members
nameA string value containing the name of the Module.
UUIDA string value containing the unique UUID of the device.
addressA string value containing the address of the target robot
subscriptionsAn JSON object containing a set of subscriptions JSON objects
variablesAn JSON object containing a set of variables JSON objects

Please remember that each element block requires two layers of {} due to the syntax restrictions of the JSON format.