+ Fix #348 : problem with onOff
This commit is contained in:
parent
b2c50e2716
commit
0402afe7aa
|
@ -191,7 +191,7 @@ $thresholds = {
|
||||||
],
|
],
|
||||||
onoff => [
|
onoff => [
|
||||||
['unavailable', 'UNKNOWN'],
|
['unavailable', 'UNKNOWN'],
|
||||||
['ok', 'OK'],
|
['on', 'OK'],
|
||||||
['off', 'OK'],
|
['off', 'OK'],
|
||||||
],
|
],
|
||||||
contact => [
|
contact => [
|
||||||
|
|
Loading…
Reference in New Issue