|
6223f4e79b
|
fix(pkg/db): create or upgrade postgres schema based on semver
|
2019-12-08 12:49:14 +01:00 |
|
|
c0aa155f36
|
fix(cmd): use pointer instead a copied object of the configFile environment
|
2019-08-19 12:24:08 +02:00 |
|
|
289aaf2093
|
feat(pkg/sensor): new support for sensor bme280
|
2019-07-02 22:47:28 +02:00 |
|
|
49d66cfcbb
|
feat(cmd/rgb-led): add subcommands to operate with rgb-leds
|
2019-06-16 13:00:50 +02:00 |
|
|
518855bedf
|
refact(pkg): adapt go dependancies
|
2019-06-15 15:58:41 +02:00 |
|
|
2843d96756
|
fix(pkg/config): converter for humidity and temperature sensors
|
2019-06-15 14:03:11 +02:00 |
|
|
c5233d578a
|
fix: rename packages
|
2019-05-12 11:57:53 +02:00 |
|
|
a243021c70
|
fix: moved print functions into cli pkg
|
2019-03-04 17:48:01 +01:00 |
|
|
0419d06504
|
fix: add sensor example
|
2019-03-04 10:55:11 +01:00 |
|
|
94dcfee1ec
|
feat: implementation of dht11 sensor
|
2019-03-04 10:50:20 +01:00 |
|
|
450dfc9052
|
feat: rename sensor name
|
2019-02-28 20:05:23 +01:00 |
|
|
14ce354b32
|
fix: sensor typ to static sensor model
|
2019-02-28 19:48:48 +01:00 |
|
|
1a3a31c5f2
|
refactor: temperature
|
2019-02-28 17:36:20 +01:00 |
|
|
d6f41b8105
|
refactor: config and remote pkg
|
2019-02-22 13:09:05 +01:00 |
|
|
c437127531
|
fix: configuration pkg
|
2019-02-17 18:38:40 +01:00 |
|
|
500d1a5823
|
fix: splited temperatures
Changes:
- Split temperatures from log file into blocks.
Every block has a size of 500 entries. Every block would be send to
the remote host
|
2018-12-07 22:50:28 +01:00 |
|
|
f8e829d3d2
|
fix: sync and fetch temperatures
changes:
- add sync command to synchronize device sensor information with remote
servers
- fix fetch functions to get temperatures
|
2018-11-29 16:06:39 +01:00 |
|
|
617454f66b
|
WIP
|
2018-11-28 18:07:20 +01:00 |
|
|
1672663944
|
fix: renamed packages
|
2018-11-21 20:48:10 +01:00 |
|
|
6d9368e86c
|
fix: temperature, sensor
changes:
- sensor temperature add
- sensor temperature list
- sensor temperature rm
- temperature get
- temperature log
- temperature push
|
2018-11-21 19:30:14 +01:00 |
|