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