fix: temperature, sensor

changes:
- sensor temperature add
- sensor temperature list
- sensor temperature rm
- temperature get
- temperature log
- temperature push
This commit is contained in:
2018-11-20 22:55:06 +01:00
parent dd7ea3156e
commit 6d9368e86c
25 changed files with 850 additions and 48 deletions

View File

@ -8,7 +8,7 @@ var configDir string
var configCmd = &cobra.Command{
Use: "config",
Short: "config",
Short: "Manage configuration",
}
func InitCmd(cmd *cobra.Command, c string) {