From 9ecbcbcae81572c83cb85bd4d6274d05fd6c5955 Mon Sep 17 00:00:00 2001 From: Lex Postma Date: Wed, 27 May 2026 10:32:26 +0200 Subject: [PATCH 1/2] Update about permission changes with predictive Signed-off-by: Lex Postma --- docs/v2/batteries.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/batteries.mdx b/docs/v2/batteries.mdx index 00cf9c6..6b1ea8c 100644 --- a/docs/v2/batteries.mdx +++ b/docs/v2/batteries.mdx @@ -199,7 +199,7 @@ Content-Type: application/json ### Change permissions and mode -You can set mode and permissions in one request. You cannot set `mode` to `to_full` and change `permissions` at the same time, as `permissions` is read-only in `to_full` mode. +You can set mode and permissions in one request. You cannot set `mode` to `to_full` and change `permissions` at the same time, as `permissions` is read-only in `to_full` mode. When mode is `predictive`, the permissions will be defined and continuously updated by the plan it receives from the cloud. Mode will change to standby or zero depending on the provided permissions. From 2b00b3e26c655d8b856cdd093a2c8cf72b3ac2e8 Mon Sep 17 00:00:00 2001 From: Lex Postma Date: Wed, 27 May 2026 10:42:12 +0200 Subject: [PATCH 2/2] Update batteries.mdx Signed-off-by: Lex Postma --- docs/v2/batteries.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/batteries.mdx b/docs/v2/batteries.mdx index 6b1ea8c..f1ea25f 100644 --- a/docs/v2/batteries.mdx +++ b/docs/v2/batteries.mdx @@ -199,7 +199,7 @@ Content-Type: application/json ### Change permissions and mode -You can set mode and permissions in one request. You cannot set `mode` to `to_full` and change `permissions` at the same time, as `permissions` is read-only in `to_full` mode. When mode is `predictive`, the permissions will be defined and continuously updated by the plan it receives from the cloud. +You can set mode and permissions in one request. You cannot set `mode` to `to_full` and change `permissions` at the same time, as `permissions` is read-only in `to_full` mode. When `mode` is `predictive` the `permissions` will be defined and continuously be updated by the plan it receives from the cloud. Mode will change to standby or zero depending on the provided permissions.