Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 21:50
· 5 commits to master since this release
754649b

💥 Breaking changes

  • #61 Refactor events and improve code quality @edenhaus
    All events are now bundled into the property events. Ex. bot.waterEvents moved to bot.events.water_info
  • #68 React on settings change done from other clients (ex. App) @edenhaus
    Currently only setFanSpeed and setWaterInfo is supported.
  • #71 Refactor commands @edenhaus
    Commands are now under the package commands and the handling response code is directly inside the command.

✨ New features

⚡ Enhancements

♻️ Refactor

🐛 Bug Fixes

  • #70 ignore messages of getMapSubSet where type != "ar" @edenhaus