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.
2 parents 208176d + a170ca7 commit 4bce9deCopy full SHA for 4bce9de
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