Polisy Developers:ISY:API:ZWave

From Universal Devices, Inc. Wiki


Polisy Developers : ISY : API : Z-Wave

Z-Wave

Z-Wave uses some static node server profile files but the node definitions and most of the editors are dynamically created.

For the static files, see Node Server Configuration REST API

REST API

REST is an easy to use URL based command set which allows the developer to communicate with the ISY.

Unless otherwise specified, all REST commands use HTTP GET method.

See REST return codes

Notes:

  • URL Prefix: /rest/zwave/

/node/<nodeAddress>/def/get

Return the node definition for the specified node.

nodeAddress The address of the ISY Node, or 0 to return the node definitions for all Z-Wave nodes.

e.g.

/node/ZW010_1/def/get