From 4e89786a4436000dde7d82258210cd02268f86e0 Mon Sep 17 00:00:00 2001 From: pks Date: Mon, 10 May 2021 19:34:52 +0200 Subject: refactor --- config/config.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'config/config.yaml') diff --git a/config/config.yaml b/config/config.yaml index 332f6b9..6dc26a4 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -1,5 +1,8 @@ -log_file_path: /var/log/weather_logger/receiver.log -pid_file_path: /run/weather_logger/receiver.log +device_path: "/dev/ttyUSB0" +database_path: "/usr/local/share/weather_logger/weather.db" +log_file_path: "/var/log/weather_logger/receiver.log" +pid_file_path: "/run/weather_logger/pid" + locations: Berlin: @@ -17,4 +20,4 @@ locations: handle: "outside" type: "THGR810, THGN800" -active-location: Berlin +active_location: Berlin -- cgit v1.2.3