We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208176d commit a170ca7Copy full SHA for a170ca7
FunHouse_Motion_Outlet/code.py
@@ -13,7 +13,7 @@
13
OUTLET_STATE_TOPIC = "funhouse/outlet/state"
14
OUTLET_COMMAND_TOPIC = "funhouse/outlet/set"
15
MOTION_TIMEOUT = 300 # Timeout in seconds
16
-USE_MQTT = False
+USE_MQTT = True
17
18
# Use dict to avoid reassigning the variable
19
timestamps = {
0 commit comments