Thermometrum API running on port 8001
GET localhost:8001/api/temperature/{roomName}
{
"room": "elutuba",
"temperature": 24.9,
"humidity": 32
}POST localhost:8001/api/temperature
{
"room": "elutuba",
"temperature": 24.9,
"humidity": 32
}| Name | Name | Last commit date | ||
|---|---|---|---|---|