Add maintenance API endpoints

This commit is contained in:
2026-06-07 10:31:41 -06:00
parent d87080d23f
commit 6cc93667ab
11 changed files with 576 additions and 123 deletions
+3 -1
View File
@@ -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
}
]
}