From a1baa35c3e0ed0b597de89d900fbfc907e56e71b Mon Sep 17 00:00:00 2001 From: Andrew Block Date: Sat, 8 Apr 2017 20:47:41 -0500 Subject: [PATCH] Disabling light sensor --- .../src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot-ocp-software-sensor/src/main/resources/application.properties b/iot-ocp-software-sensor/src/main/resources/application.properties index eb69141..b9cb4f2 100644 --- a/iot-ocp-software-sensor/src/main/resources/application.properties +++ b/iot-ocp-software-sensor/src/main/resources/application.properties @@ -46,7 +46,7 @@ sensor.temperature.minIteration=0 sensor.temperature.maxIteration=1 # Light -sensor.light.enabled=true +sensor.light.enabled=false sensor.light.frequency=5 sensor.light.start=0 sensor.light.minRange=0