fix movement
This commit is contained in:
parent
84b3227ec7
commit
aeb02baa39
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user