From 4ca7ca4af79012568382303eb547f3ca1a434e54 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:16:35 +0100 Subject: [PATCH] Update config.json --- scrutiny/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index 582b18b29..f764f1419 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -108,11 +108,12 @@ "SMARTCTL_COMMAND_DEVICE_TYPE": "list(auto|ata|scsi|sat|usbcypress|usbjmicron|usbsunplus|sntasmedia|sntjmicron|sntrealtek|marvell|megaraid)?", "SMARTCTL_MEGARAID_DISK_NUM": "int?", "TZ": "str?", - "Updates": "list(Quarterly|Hourly|Daily|Weekly)", + "Updates": "list(Quarterly|Hourly|Daily|Weekly|Custom)", + "Updates_custom_time": "str?", "expose_collector": "bool?" }, "slug": "scrutiny", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.8.1-6" + "version": "v0.8.1-7" }