From 3860081b44bdb089e45f18f1a9bd039e183c2375 Mon Sep 17 00:00:00 2001 From: Onkel Andy Date: Fri, 8 Sep 2023 18:54:51 +0200 Subject: [PATCH] stateengine plugin: update suspend_dynamic to avoid error messages. --- stateengine/plugin.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stateengine/plugin.yaml b/stateengine/plugin.yaml index 6a515f186..bd0aa0444 100755 --- a/stateengine/plugin.yaml +++ b/stateengine/plugin.yaml @@ -1114,14 +1114,14 @@ item_structs: type: str visu_acl: rw cache: True - initial_value: '' + initial_value: 'struct:stateengine.state_standard.rules.standard' additionaluse2: remark: set this value to a struct or (relative) state that should be added to the condition sets if suspendvariant is 2 type: str visu_acl: rw cache: True - initial_value: '' + initial_value: 'struct:stateengine.state_standard.rules.standard' suspendduration: remark: duration of suspend mode in minutes (gets converted automatically)