Polisy Developers:ISY:API:What is a Node

From Universal Devices, Inc. Wiki


Polisy_Developers : ISY : API : What is a Node?

What is a Node?

A node represents all, or a subset of, a physical device such as lamp, switch, keypad, smoke detector, etc., or a conceptual device such as weather information or even stock quotes.

A node definition is used to describe a node. It contains the list of status values it maintains (e.g. the current temperature, heat/cool setpoints for a thermostat), the list of commands it accepts (e.g. on/off for a dimmer lamp), and a list of the commands it may send out (e.g. on/off for a dimmer switch).

A node server simply defines the set of nodes its supports, and provides the REST services to support them.