Releases: mikekap/wink-mqtt-rs
Releases · mikekap/wink-mqtt-rs
Release v0.2.1
- Added support for a UINT64 attribute type. (Closes #34)
- Broadcast discovery for all devices, even if one in the middle fails.
- Omit attributes from devices with unknown types.
Release v0.2.0
This release adds an HTTP server! Check it out to control your wink via my crappy UI or REST calls!
Changelog:
- Add HTTP server running on port 3000. You can toggle stuff on it!
- Crash when the message queue is full, in the hopes that the supervisor restarts us. rumqttc seems to have issues reconnecting sometimes.
- Broadcast discovery info every time we connect to the mqtt server.
Release v0.1.5
- Fix STRING types in the JSON mqtt set endpoint as well. (Closes #17)
Release v0.1.4
- Add support for older version of firmware that doesn't report Gang data. (Closes issue #16)
- Add support for STRING-based properties & discovery of STRING-based On_Off switches. (Closes issue #17)
- Add support for UInt16/32-based properties in parsing. (Closes issue #17)
- Upgrade the mqtt client to attempt fixing reconnection issues (disconnects from the MQTT server would sometimes fail to retry connecting).
Release v0.1.3
- Fix error logging to print out the actual error
- Update the init.d files to set the path properly.
Release v0.1.2
- Remove silly Dockerfile in bundle
- Add version to startup log
- Avoid burning the CPU if the MQTT server is unreachable
Release v0.1.1
First public release! But not the first release, technically.