From 5a5c922144a94b7739c512884e187a6e0690f72a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:01:19 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- yaqd_watchdog/watchdog.avpr | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/yaqd_watchdog/watchdog.avpr b/yaqd_watchdog/watchdog.avpr index b01de60..b8a3d76 100644 --- a/yaqd_watchdog/watchdog.avpr +++ b/yaqd_watchdog/watchdog.avpr @@ -244,6 +244,7 @@ "type": "int" }, { + "default": null, "name": "under", "type": [ "float", @@ -251,6 +252,7 @@ ] }, { + "default": null, "name": "over", "type": [ "float", @@ -279,12 +281,20 @@ "type": "int" }, { + "default": null, "name": "percent_under", - "type": "float" + "type": [ + "float", + "null" + ] }, { + "default": null, "name": "percent_over", - "type": "float" + "type": [ + "float", + "null" + ] }, { "default": 10,