From a6509e6650afe1c208dbda681f9eb6f3a3c9baee Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Mon, 13 Sep 2021 12:18:42 +0200 Subject: [PATCH] fix missing option --- upsmon/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/upsmon/config.json b/upsmon/config.json index ad465c8..5c27bb8 100644 --- a/upsmon/config.json +++ b/upsmon/config.json @@ -22,7 +22,8 @@ "ups": { "upsname": "ups", "host": "IPADDR" - } + }, + "delay": 5 }, "schema": { "credentials": { @@ -32,6 +33,7 @@ "ups": { "upsname": "str", "host": "str" - } + }, + "delay": "int" } }