Skip to content

Commit 4bce9de

Browse files
authored
Merge pull request #2611 from makermelissa/main
Set Fan Motion Outlet code to use MQTT by default
2 parents 208176d + a170ca7 commit 4bce9de

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)