11 lines
276 B
HTTP
11 lines
276 B
HTTP
@room-id = B3
|
|
|
|
### GET last value of temp, co2, humidity, windows states
|
|
GET http://localhost:8080/api/v1/rooms/{{room-id}}/current
|
|
|
|
### GET history of a room
|
|
GET http://localhost:8080/api/v1/rooms/{{room-id}}/history
|
|
|
|
### GET all rooms
|
|
GET http://localhost:8080/api/v1/rooms
|