GET

<< Click to Display Table of Contents >>

Navigation:  The API > JSON API > REST Resources > Devices >

GET

Overview

The /devices resource is helpful, to get to know different details about the devices that are learned-in into the gateway.

 

All devices

 

GET /devices                                                        Overview of known devices of the gateway

GET /devices/states                                                        Returns last function states of known devices

GET /devices/stream                                                Streams all transmitted telegrams of all devices including states

GET/devices/telegrams                                                Show last available / historic telegrams of all devices in receiving order

 

Single device

 

GET /devices/{deviceId}                                                Detailed information of a device

GET /devices/{deviceId}/profile                                        Detailed information of a device functionality / functions in JSON

GET/devices/{deviceId}/profile.html                                        Detailed information of device functionality / functions as HTML

GET/devices/{deviceId}/profile.pdf                                        Detailed information of device functionality / functions as PDF

GET /devices/{deviceId}/state                                        Returns last functions state of device

GET /devices/{deviceId}/stream                                        Stream all transmitted telegrams of device

GET /devices/{deviceId}/telegrams                                        Show last available / historic telegrams of device in receiving order