Skip to content

homie-controller 0.5.0

Compare
Choose a tag to compare
@qwandor qwandor released this 20 Jan 22:16
· 730 commits to master since this release

Breaking changes

  • It is no longer necessary to call HomieController::start, it has been removed from the public
    API. If the MQTT connection is dropped and reconnected the necessary subscriptions will
    automatically be set up again, without the need for a persistent session.
  • Added new Event::Connected.