devices;

<< Click to Display Table of Contents >>

Navigation:  The API > Simple API > Commands to Gateway >

devices;

Devices

The ‘devices’ command returns all known and saved devices. One device object (line) holds information about the device like its unique ID, the user given name, the EEP profile and when it has been saved (learned in) by the Gateway.

 

User Command/Request

devices

Gateway Response Example

device;deviceId=FFF26803;friendlyId=Peha_Ch2;eeps=both:D2-01-08##1.0+both:A5-04-01#alphaEOS_SENSETF-H#1.0;firstSeen=2016-05-09T09:27:05.260+0200

device;deviceId=FEFCB98F;friendlyId=ButtonMarion;physicalDevice=Group;location=kitchen;eeps=from:F6-02-01##1.0;firstSeen=2016-05-04T10:45:25.259+0200

device;deviceId=0195DA34;friendlyId=WaterEco;eeps=from:F6-05-01##1.0;firstSeen=2016-04-27T16:22:58.802+0200

device;deviceId=01872C13;friendlyId=CO2Sensor;physicalDevice=AfrisoLabco2;eeps=from:A5-09-08##1.0;firstSeen=2016-03-17T08:53:43.293+0100

device;deviceId=01842329;friendlyId=WeatherStation;eeps=from:A5-13-01##1.0;firstSeen=2016-03-17T09:01:03.867+0100

device;deviceId=12345678;friendlyId=gardenLight;eeps=both:D2-01-09##1.0;firstSeen=2016-04-14T15:05:32.276+0200

device;deviceId=019591BE;friendlyId=tempSensor;eeps=from:A5-02-05##1.0;firstSeen=2016-05-11T08:56:15.288+0200

 

Response formatting
 

String

Meaning

Possible values/Examples

Optional

device

Identifier of the respond

device

no

deviceId

SenderID of Enocean device, EnOcean modules usually send telegrams with their unique 32-bit Chip ID. In the other case, these are the Base ID of the EnOcean device.

FEFEAE38

no

friendlyId

User-assigned name of EnOcean device

MyRocker

no

physicalId

User-assigned name to group actuators and sensors.

LightGroup

yes

location

Physical location of the device given by the user

Office

Kitchen

yes

eeps

EnOcean Equipment Profile of the device

from:F6-02-01##1.0

from:A5-04-01##1.0+from:F6-02-01##1.0

both:D2-01-08##1.0+both:A5-04-01#alphaEOS_SENSETF-H#1.0

no

manufacturer

The manufacturer of the device

Eltako

Permundo

Sauter

yes

firstSeen

Date when the device has been saved by the Gateway

2015-04-22T14:21:13.501+0200

no