fix movement

This commit is contained in:
Nick Leeman 2020-07-07 19:07:41 +02:00
parent 84b3227ec7
commit aeb02baa39

View File

@ -5,6 +5,7 @@ from bson import json_util, ObjectId
import json import json
import echo_controller.switch as Switch import echo_controller.switch as Switch
import echo_controller.led_strip as LedStrip
class Sensor: class Sensor:
@ -103,3 +104,4 @@ class Sensor:
# Handle Automatic Lights # Handle Automatic Lights
Switch.Switch.handle_movement_switch() Switch.Switch.handle_movement_switch()
LedStrip.LEDStrip.handle_movement_led()