Skip to content

Commit efce21a

Browse files
author
brentru
committed
update code
1 parent 0366814 commit efce21a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Adafruit_IO_Power_Relay/code_light_sensor.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
import adafruit_minimqtt.adafruit_minimqtt as MQTT
1212

1313
### Sensor Calibration ###
14-
1514
APPLIANCE_ON_LUX = 30.0
16-
APPLIANCE_OFF_LUX = 4.0
1715
# How often the light sensor will be read, in seconds
18-
SENSOR_READ_TIME = 5.0
16+
SENSOR_READ_TIME = 10.0
1917

2018
### WiFi ###
2119

0 commit comments

Comments
 (0)