Skip to content

Commit 38ee756

Browse files
authored
Next release (#5)
* Get the 0.1.1 release ready * update changelog
1 parent b47eac6 commit 38ee756

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## NEXT
1+
## Next
2+
3+
## 0.1.1
24
- Add resync interval
35
- Add some better log messages
46

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cargo-features = ["strip"]
22

33
[package]
44
name = "wink-mqtt-rs"
5-
version = "0.1.0"
5+
version = "0.1.1"
66
authors = ["Mike Kaplinskiy <[email protected]>"]
77
edition = "2018"
88
license = "CC-BY-4.0"

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can configure more options by editing the `/opt/wink-mqtt-rs/config` file af
1818

1919
## Usage
2020
```bash
21-
wink-mqtt-rs 0.1.0
21+
wink-mqtt-rs 0.1.1
2222
Mike Kaplinskiy <[email protected]>
2323
wink hub v1 mqtt bridge
2424

@@ -40,6 +40,9 @@ OPTIONS:
4040
-s <mqtt-uri>
4141
mqtt server to connect to. Should be of the form
4242
mqtt[s]://[username:password@]host:port/[?connection_options]
43+
-i <resync-interval>
44+
how frequently to check if the light changed state (e.g. via Wink or other external means) [default: 10000]
45+
4346
-t <topic-prefix>
4447
Prefix for the mqtt topic used for device status/control [default: home/wink/]
4548
```

0 commit comments

Comments
 (0)