rjaros87/pm-home-station

[Desktop] Headless mode for desktop app

pskowronek opened this issue · 3 comments

Allow for headless mode in desktop app (i.e. command line mode)

Added the following command:
-c,--headless headless mode (cli mode) - autostarts measurements based on config

To log into csv file add the following entries to config file:
csv.log.file = /path/to/file.csv
csv.log.enabled = true

The above command starts to measure until either sensor disconnected or app killed (or interrupted).

Add above knowledge in README.md ;)