From a4f68be6762b4062c01abf8a49f0ed979e784f8c Mon Sep 17 00:00:00 2001 From: Duco Sebel <74970928+DCSBL@users.noreply.github.com> Date: Wed, 7 May 2025 13:54:30 +0200 Subject: [PATCH] Add 'batteries' to WebSocket documentation Signed-off-by: Duco Sebel <74970928+DCSBL@users.noreply.github.com> --- docs/v2/websocket.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/v2/websocket.mdx b/docs/v2/websocket.mdx index 35dc049..faa7280 100644 --- a/docs/v2/websocket.mdx +++ b/docs/v2/websocket.mdx @@ -67,6 +67,7 @@ After authentication, you can subscribe to topics. Topics correspond to availabl - **`user`** - Subscribe to [user list](/docs/v2/authorization#list-users) updates - **`measurement`** - Subscribe to [measurement](/docs/v2/measurement) updates - **`system`** - Subscribe to [system](/docs/v2/system) updates. Only `cloud_enabled` and `status_led_brightness_pct` are updated in real time. +- **`batteries`** - Subscribe to [battery group](/docs/v2/batteries) updates. Only `mode` is updated in real time. ```json title="Example" {"type": "subscribe", "data": "system"}