diff --git a/config_example.txt b/hydrobot_example.conf copy from config_example.txt copy to hydrobot_example.conf --- a/config_example.txt +++ b/hydrobot_example.conf @@ -1,10 +1,27 @@ +[system] +name: my-system + [database] -host: www.protofusion.org +host: www.example.org port: 8086 -username: username -password: password +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