Add maintenance API endpoints
This commit is contained in:
+3
-1
@@ -20,12 +20,14 @@
|
||||
"address": "aa:bb:cc:dd:ee:ff",
|
||||
"address_type": "public"
|
||||
},
|
||||
"temperature_sensor_count": 4,
|
||||
"temperature_sensors": [
|
||||
{
|
||||
"id": "temp_1",
|
||||
"name": "Cabin",
|
||||
"address": "28ff001122334455",
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"weather": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user