From 3bf83d569fb382972ecce2ef1896aa1cf9b3335e Mon Sep 17 00:00:00 2001 From: cse47242 Date: Fri, 25 Dec 2020 16:38:03 +0000 Subject: [PATCH] Update 'index.js' --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 381e73a..56abb48 100644 --- a/index.js +++ b/index.js @@ -12,9 +12,9 @@ let deviceManager = DeviceManager({ onUpdateStats: updateStats, measurements: { temperature: {type: 'integer', min: -10, max: 50}, - air_humidity: {type: 'integer', min: 30, max: 100}, - ground_humidity: {type: 'integer', min: 30, max: 100}, - airforce: {type: 'integer', min: 30, max: 100} + air_humidity: {type: 'integer', min: 20, max: 100}, + ground_humidity: {type: 'integer', min: 20, max: 100}, + airforce: {type: 'integer', min: 0, max: 10} } })