From 59a2b76f6fdbe542c10a16321e10802659d7ad34 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 6 Nov 2022 21:16:23 +0100 Subject: [PATCH] Update config.json --- scrutiny_fa/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index 3a8db843f..212ed5062 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -36,7 +36,8 @@ ], "schema": { "TZ": "str?", - "Updates": "list(Hourly|Daily|Weekly)" + "Updates": "list(Hourly|Daily|Weekly)", + "Mode": "list(Collector+WebUI|Collector)?" }, "slug": "scrutiny_fa", "udev": true,