Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## NEXT
## Next

## 0.1.1
- Add resync interval
- Add some better log messages

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cargo-features = ["strip"]

[package]
name = "wink-mqtt-rs"
version = "0.1.0"
version = "0.1.1"
authors = ["Mike Kaplinskiy <mike.kaplinskiy@gmail.com>"]
edition = "2018"
license = "CC-BY-4.0"
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can configure more options by editing the `/opt/wink-mqtt-rs/config` file af

## Usage
```bash
wink-mqtt-rs 0.1.0
wink-mqtt-rs 0.1.1
Mike Kaplinskiy <mike.kaplinskiy@gmail.com>
wink hub v1 mqtt bridge

Expand All @@ -40,6 +40,9 @@ OPTIONS:
-s <mqtt-uri>
mqtt server to connect to. Should be of the form
mqtt[s]://[username:password@]host:port/[?connection_options]
-i <resync-interval>
how frequently to check if the light changed state (e.g. via Wink or other external means) [default: 10000]

-t <topic-prefix>
Prefix for the mqtt topic used for device status/control [default: home/wink/]
```
Expand Down