MQTT Home Emulation
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

config.py 147B

12345678910
  1. DEBUG = True
  2. APP_NAME = "smart_homeemulation"
  3. MQTT_SERVER = "localhost"
  4. MQTT_PORT = 1883
  5. MQTT_USER = None
  6. MQTT_PASSWORD = None
  7. CHRISTMAS = True