The Xentara Siemens S7 Driver v1.1.2
User Manual
JSON Format for Commands

A JSON object describing a command has the following syntax:

{
"@Skill.S7.Command": {
"name": "Command",
"UUID": "fda4beba-51e7-4de7-adc4-384e795fe04a",
"ACL": { ... }
}
}

Object Members
nameA string value containing the name of the command. The name is used to construct the command’s primary key.
UUIDA string value containing the unique UUID of the command.
ACLAn optional JSON object containing the element ACL of the command. The format of the object is described under JSON Format for ACLs in the Xentara user manual.