From 893c2079f060136de8292950592cb2d4f86a9543 Mon Sep 17 00:00:00 2001 From: cheetah Date: Sat, 3 Dec 2022 15:55:27 +0100 Subject: [PATCH] added missing default value in config ui --- html_config/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html_config/index.html b/html_config/index.html index 53bac62..93eb949 100644 --- a/html_config/index.html +++ b/html_config/index.html @@ -345,6 +345,9 @@ ecityruf: { enabled: null, duplexTimeout: null, }, + emPuppettering: { + enabled: null, duplexTimeout: null, + }, } }, }