Emergency Diesel Generator
Generator · Plant B - Bunker
Latest Sensor Readings
No sensor data yet.
POST readings to /api/sensors/6/readings
Sensor Ingestion API
POST a single reading:
POST /api/sensors/6/readings
X-API-Key: your-key
{ "type": "temperature", "value": 72.4, "unit": "C" }
Batch readings:
POST /api/sensors/6/readings/batch
{ "readings": [
{"type": "temperature", "value": 72.4, "unit": "C"},
{"type": "vibration", "value": 2.1, "unit": "mm/s"},
{"type": "power", "value": 4200, "unit": "kW"}
]}
Maintenance History