
HLI Command Tables
HLI commands are listed in the reference section (see
page 193).
HLI general commands are used to:
•
Control a specific function of a single device
•
Build a connection between devices
•
Modify the mode of a device
•
Retrieve system information and monitor system status
HLI preset commands are used to:
•
Launch an action or series of actions
•
Control and modify system configurations
HLI Responses
HLI responses are formatted using the Java Script Object Notation (JSON) format.
Response strings consist of objects, arrays, and values.
object
string
value
,
}
{
:
An object is an unordered set of name or value pairs. An object begins with a left brace (
{
)
and ends with a right brace (
}
). Each name is followed by a colon (
:
) and the name or
value pairs are separated by a comma (
,
).
array
value
,
]
[
An array is an ordered collection of values. An array begins with a left bracket(
[
) and ends
with a right bracket (
]
). Values are separated by a comma (
,
).
value
number
object
array
true
false
null
string
A value can be a string in double quotes, a number, true or false, null, an object, or an array.
These structures can be nested.
VNM EC 200 • System Control
181
Summary of Contents for VNM EC 200
Page 6: ......