Skip to content

Commit a170ca7

Browse files
committed
Set Fan Motion Outlet code to use MQTT by default
1 parent 208176d commit a170ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FunHouse_Motion_Outlet/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
OUTLET_STATE_TOPIC = "funhouse/outlet/state"
1414
OUTLET_COMMAND_TOPIC = "funhouse/outlet/set"
1515
MOTION_TIMEOUT = 300 # Timeout in seconds
16-
USE_MQTT = False
16+
USE_MQTT = True
1717

1818
# Use dict to avoid reassigning the variable
1919
timestamps = {

0 commit comments

Comments
 (0)