diff options
author | Christian Hesse <mail@eworm.de> | 2019-10-14 19:06:21 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-10-14 19:13:31 +0200 |
commit | f40bb2c8c85adaa1ee84bb693b76a7a7e334f54a (patch) | |
tree | 4d27ef162d4705d52d15b4eff0fedb7e1c6783af /global-functions | |
parent | 09ce75c5b10b61bd8fbc15c61895add2ac36f1a8 (diff) |
check-health: make threshold for voltage configurablechange-10
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index e50c61e..2336961 100644 --- a/global-functions +++ b/global-functions @@ -6,7 +6,7 @@ # global functions # expected configuration version -:global ExpectedConfigVersion 9; +:global ExpectedConfigVersion 10; # global variables not to be changed by user :global SentConfigChangesNotification "-"; |