From 5ada5215e258469ae7dbfda9b621d721a242f143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20=C4=8Cavara?= Date: Sun, 20 Nov 2022 13:57:22 +0100 Subject: [PATCH] add systemctl device type configuration option - fix missing comma --- scrutiny_fa/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index 13b322ca7..7254291da 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -38,7 +38,7 @@ "COLLECTOR_API_ENDPOINT": "str?", "Mode": "list(Collector+WebUI|Collector)?", "TZ": "str?", - "Updates": "list(Hourly|Daily|Weekly)" + "Updates": "list(Hourly|Daily|Weekly)", "SMARTCTL_COMMAND_DEVICE_TYPE": "list(auto|ata|scsi|sat|usbcypress|usbjmicron|usbsunplus|marvell|megaraid)?", "SMARTCTL_MEGARAID_DISK_NUM":"int?" },