You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peter Wood edited this page Dec 19, 2020
·
1 revision
GET: /api/v1/gateways
The gateways endpoint returns a list of all gateways configured in the controller, and a list of the capabilities the gateway understands. The Self Device identifier references the device that can control the gateway.
GET: /api/v1/gateways/<identifier>
Shows an individual gateway, as above.
GET: /api/v1/gateways/<identifier>/devices
Shows a list of all devices that are present on the gateway specified. (See /api/v1/devices/.)