Commit Graph

12 Commits

Author SHA1 Message Date
95fb1f6745
fix(pkg/sensor): reduce interface functions for better error handling 2020-01-10 19:42:19 +01:00
dbef4f8241
fix(pkg/config): use storage endpoints
changes:
- Only one storage endpoint can be defined. This consists of a URL which
  can be used to specify whether the data is to be stored in a file or
  in a database.
2019-12-08 12:49:21 +01:00
25dd99cd3d
test(pkg/storage): add test for compression and rounding 2019-12-08 12:49:21 +01:00
04bc3baffe
fix(pkg/daemon): save measured values into postgres database if defined 2019-12-08 12:49:19 +01:00
c0aa155f36
fix(cmd): use pointer instead a copied object of the configFile environment 2019-08-19 12:24:08 +02:00
440d543a83
fix(cmd/humidity,pressure,temperature): short informations 2019-07-02 22:59:25 +02:00
825511c3b5
fix(pkg/types): use measured values as struct instead interface 2019-07-02 22:47:28 +02:00
289aaf2093
feat(pkg/sensor): new support for sensor bme280 2019-07-02 22:47:28 +02:00
180a284780
fix(cmd): turn on the led light when a sensor is selected 2019-06-27 21:47:31 +02:00
6d3781d950
fix(cmd/temperatures,humidity): enable logs if flag is true and optimization of variable names 2019-06-27 20:39:51 +02:00
6469c0dd6c
fix(cmd/humidity): enabled humidity read command - use measured value interface instead humidity struct 2019-06-27 20:39:51 +02:00
16705d1164
feat(cli/humidity): add new subcommand to read humidity values 2019-06-23 21:33:45 +02:00