Skip to content

Commit

Permalink
Update History
Browse files Browse the repository at this point in the history
  • Loading branch information
krkeegan committed Dec 12, 2020
1 parent c461d5f commit 7f17ac7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- [MQTT Doc](https://github.com/TD22057/insteon-mqtt/blob/master/docs/mqtt.md) -
note the new set_flags options for IOLinc and the IOLinc section

- A new queueing system for battery devices ([PR240][P240]):
- A new queueing system for battery devices ([PR240][P240]):
- Messages sent to the device will be queued until the device is awake
- When the device sends a message, the modem will attempt to immediately
send the oldest outgoing message. This only works for some devices.
Expand All @@ -26,6 +26,10 @@

### Fixes

- Database delta is updated on database writes. This eliminates a number of
unnecessary refresh requirements, particularly around pairing.
([PR 248][P248])

## [0.7.3]

Fixing a number of small bugs in preparation for upcoming releases which
Expand Down Expand Up @@ -429,3 +433,4 @@ will add new features.
[P237]: https://github.com/TD22057/insteon-mqtt/pull/227
[P197]: https://github.com/TD22057/insteon-mqtt/pull/197
[P240]: https://github.com/TD22057/insteon-mqtt/pull/240
[P248]: https://github.com/TD22057/insteon-mqtt/pull/248

0 comments on commit 7f17ac7

Please sign in to comment.