Overview
Simple health check for the device protocol server (port 8000). Returns{"status": "ok"} and a timestamp.
This is the device protocol health check on port 8000. For the control API health check, see
GET /health on port 8082.Endpoint
Response
Success (200 OK)
| Field | Type | Description |
|---|---|---|
status | string | Always "ok" |
timestamp | number | Current server time in milliseconds since Unix epoch |