v1
latestOpenAPI 3.0.22026-07-26114338.4 KBMetadata
Station Diagnostics
<hr></hr>get/diagnostics/{station_id}
Path parameters
station_idinteger required
ID of the station to retrieve.
Response
Successful operation
Example response
{
"station_id": 12799,
"location_name": "Home",
"firmware_revision": "171",
"state_epoch": 1652579648,
"uptime": 1495732068,
"rssi": -30,
"last_status_received_timestamp": 1495732068,
"last_status_hub_timestamp": 1495732068,
"devices": {
"device_id": 60526,
"last_mqtt_ob_epoch": 1495732068,
"last_ob_epoch": 1495732068,
"uptime": 1495732068,
"last_status_received_timestamp": 1495732068,
"last_status_hub_timestamp": 1495732068,
"state_epoch": 1495732068
},
"status": {
"status_message": "SUCCESS"
}
}