This commit is contained in:
Mateusz Gruszczyński
2026-09-07 11:38:55 +02:00
parent 749172e527
commit 0cb09769fd
17 changed files with 83 additions and 44 deletions
+4 -3
View File
@@ -1,6 +1,6 @@
# GREE Controller API reference
HTTP and WebSocket API for GREE Controller **0.13.7**.
HTTP and WebSocket API for GREE Controller **0.13.8**.
[← Main documentation](../README.md)
@@ -48,6 +48,7 @@ GET /
GET /index.html
GET /app.js
GET /theme-init.js
GET /lang-init.js
GET /styles.css
GET /manifest.webmanifest
GET /sw.js
@@ -231,7 +232,7 @@ Response:
{
"status": "ok",
"name": "gree-controller",
"version": "0.13.7",
"version": "0.13.8",
"uptime_seconds": 1234,
"control_ready": true,
"time": "2026-08-30T06:54:00Z"
@@ -294,7 +295,7 @@ Returns the initial Web UI snapshot:
"control_plan": {"generated_at": "2026-09-04T08:00:00Z", "zones": [], "rules": []},
"control_plan_revision": 42,
"system": {
"version": "0.13.7",
"version": "0.13.8",
"uptime_seconds": 1234,
"auth_required": false,
"control_ready": true,