This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
3.0.0
💥 Breaking changes
- #61 Refactor events and improve code quality @edenhaus
All events are now bundled into the property events. Ex.bot.waterEvents
moved tobot.events.water_info
- #68 React on settings change done from other clients (ex. App) @edenhaus
Currently onlysetFanSpeed
andsetWaterInfo
is supported. - #71 Refactor commands @edenhaus
Commands are now under the packagecommands
and the handling response code is directly inside the command.