1
0
Fork 0
This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
miotAirpurifierBridge/airpurifier.conf.sample

10 lines
518 B
Text
Raw Normal View History

2020-04-01 21:15:04 +02:00
mqtt_ip = "1.2.3.5" # MQTT Broker IP
mqtt_topic = "testing/airPurifierBridge" # MQTT Topic to use
miot_ip ="1.2.3.4" # Xiaomi Arpurfier 3H IP-Address
miot_token ="1234567890ABCDEFGHIJKLMNopqrstuv" # device Token
update_interval = (10 * 60) # Update between regular updates of the state (10 minutes)
loglevel = 1 # 0=Exceptions 1=Application 2=Actions 3=Debug