GET
Sensor Snapshot
/api/sensors
Documented test request for sensor data on localhost:8080.
API and Messaging
The repository mixes classic HTTP endpoints with broker topics and a browser-facing socket bridge. This page captures the interfaces visible from the checked-in source.
GET
/api/sensors
Documented test request for sensor data on localhost:8080.
MQTT
room-temperature
JSON payloads such as {"room":"105","temperature":21.5}.
MQTT
nili3/sensor/{room}_co2/statePlain numeric CO2 measurements per room.
WS
/ws
Clients subscribe to specific rooms and receive cached snapshots plus updates.