Skip to content

Commit

Permalink
Updated readme and deps (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbreivik authored Aug 30, 2021
1 parent 3f3f0be commit 4cc4914
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 79 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [⚙️ firmware](#️-firmware)
- [📶 wifi](#-wifi)
- [🕐 lastupgrade](#-lastupgrade)
- [📈 pressure](#-pressure)
- [📜 develop()](#-develop)
- [💾 install()](#-install)

Expand Down Expand Up @@ -58,6 +59,10 @@ $ netatmo wifi
$ netatmo lastupgrade
```

### 📈 pressure
```shell
$ netatmo pressure

</br>

## 📜 develop()
Expand Down Expand Up @@ -105,6 +110,7 @@ Available Commands:
noise read noise data from netatmo station
temp read temperature data from netatmo station
wifi read wifi data from netatmo station
pressurs read pressure data from netatmo station

Flags:
--config string config file (default is $HOME/.netatmo.yaml)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.1.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
Expand Down
Loading

0 comments on commit 4cc4914

Please sign in to comment.