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

A JSON object describing a Variables has following syntax:

{
"VariableName": {
"subscription": "SubscriptionName",
},
"VariableName": {
"subscription": "SubscriptionName",
},
...
}

Object Members
VariableNameIt is a JSON object containing the configuration for the individual variables and at least one is required.
  • Variable is a string value describing the name of the value.
subscriptionA string value describing the name of the subscription the variable will subscribe

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