From 91a239c86bc245b3061b2406cedafdda4df2725e Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:16:57 +0100 Subject: [PATCH] Rename conditional reconfiguration to maintenance window (#3684) --- docs/architecture/viam-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/viam-server.md b/docs/architecture/viam-server.md index 3d18eaf4b4..fd10bec57a 100644 --- a/docs/architecture/viam-server.md +++ b/docs/architecture/viam-server.md @@ -57,7 +57,7 @@ This means you can add, modify, and remove a modular resource instance from a ru You can see configuration changes made by yourself or by your collaborators by selecting **History** on the right side of your machine part's card on the **CONFIGURE** tab. You can also revert to an earlier configuration from the History tab. -#### Conditional reconfiguration +#### Maintenance window If you only want to apply configuration updates under certain conditions, you can create a sensor with your conditions. The sensor must return a true value when it is safe to update and a false value otherwise.