+ Fix #348 : problem with onOff

This commit is contained in:
garnier-quentin 2016-02-28 16:45:10 +01:00
parent b2c50e2716
commit 0402afe7aa
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ $thresholds = {
], ],
onoff => [ onoff => [
['unavailable', 'UNKNOWN'], ['unavailable', 'UNKNOWN'],
['ok', 'OK'], ['on', 'OK'],
['off', 'OK'], ['off', 'OK'],
], ],
contact => [ contact => [