roomba-iot – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ###########################################################################
2 ## Copyright (C) Wizardry and Steamworks 2018 - License: GNU GPLv3 ##
3 ## Please see: http://www.gnu.org/licenses/gpl.html for legal details, ##
4 ## rights of fair usage, the disclaimer and warranty conditions. ##
5 ###########################################################################
6  
2 office 7 # The path to a file to log to.
1 office 8 log: "logs/roomba-iot.log"
9  
2 office 10 # The serial device connected to the Roomba.
11 serial_device: "/dev/serial0"
12 # Time in milliseconds to poll sensors and push onto MQTT.
13 sensor_poll_interval: 1000
14  
15 # Parameters for MQTT.
1 office 16 mqtt:
2 office 17 url: "mqtt://mqtt.home"
1 office 18 # The topic to subscribe to.
2 office 19 topic: "1986"
1 office 20  
21 # The GPIO pin connected to Device Detect (DD) Roomba lead.
22 wake: 18