The Xentara MeerK40t Driver v1.0
User Manual
JSON Format for Device

A JSON object describing device Device has the following syntax:

{
"@Skill.MeerK40t.Device": {
"name": "Laser",
"UUID": "444f19af-656d-46b5-8ad0-0d727222c240",
"ACL": { ... },
"address": "localhost",
"children": [
...
]
}
}

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

A string value containing the network address of the MeerK40t server. This can be a host name or an IP address, with or without a port number. If the address does not contain a port number, then the standard MeerK40t port (23) will be used.

The format of the string is described under JSON Format for Network Addresses in the Xentara user manual.