/getBeeDetails
by Marco Lettieri | Bee Method detail
Method description
|
| End point |
/getBeeDetails |
| Description |
Returns detailed informations about a specific BEE |
| Request method |
POST |
| Bearer token |
Required |
Request
|
| RequestParam |
| Field name |
Description |
Type |
| id |
BEE identifier |
Long |
|
| RequestBody |
None |
Response
|
| A JSON representation of the selected BEE |
| Example |
Array
|
| Fields |
| Field name |
Description |
Type |
| id |
BEE identifier |
Long |
| label |
BEE label |
String |
| serial |
BEE serial number |
String |
| gate_serial |
Serial number of the Gate to which this BEE is linked |
String |
| gate_id |
Identifier of the Gate to which this BEE is linked |
Long |
| lastUpdate |
Time of the last update message received from this BEE |
Long |
| name |
Name of this BEE |
String |
| active |
Active status of the BEE |
Boolean |
| productID |
Identifier of the BEE product type (1 for WireBEE, 9 for SenseBEE) |
Long |
| rssi |
Radio link signal strength indicator |
Long |
| sensors |
A JSONArray representation of the BEE sensors |
JSONArray |
| actuators |
A JSONArray representation of the BEE actuators |
JSONArray |
|