Files @ a5b830d92afd
Branch filter:

Location: HydroBot/hydrobot-software/hydrobot_example.conf

matthewreed
Added some scheduling and other updates
[system]
name: my-system

[database]
host: www.example.org
port: 8086
username: admin
password: admin
database: hydrobot

[debug]
can: True
can_detail: False

[timer1]
module: RelayDriveOut
output: Output1
trigger: cron
on_time: second = 0
off_time: second = 30

[timer2]
module: RelayDriveOut
output: Output2
trigger: interval
on_duration: seconds = 30
off_duration: seconds = 30s