/getActuatorDetails
by Marco Lettieri | Actuator Method detail
Method description
|
| End point |
/getActuatorDetails |
| Description |
Returns detailed informations about a specific Actuator |
| Request method |
POST |
| Bearer token |
Required |
Request
|
| RequestParam |
| Field name |
Description |
Type |
| id |
Actuator identifier |
Long |
|
| RequestBody |
None |
Response
|
| A JSON representation of the selected Actuator |
| Example |
Array
|
| Fields |
| Field name |
Description |
Type |
| id |
Actuator identifier |
Long |
| label |
Actuator label |
String |
| prototypeID |
Prototype identifier |
Long |
| prototypeName |
Prototype Name |
String |
| value |
Actuator status (ON/OFF) |
Boolean |
| deviceID |
Device identifier |
Long |
| connection_status |
Connection status of the Actuator (ONline/offline) |
Boolean |
| beeID |
Owner BEE identifier |
Long |
| bee_serial |
BEE serial number |
String |
| gate_serial |
Serial number of the Gate to which this BEE is linked |
String |
| sensorID |
Associate sensor identifier |
Long |
| sensorValue |
Associate sensor value |
JSONObject |
|