2.0.0 (2023-03-31)
Bug Fixes
-
Add emitted events documentation (78492a9), closes inwaar/gree-hvac-client#10
-
feat!: Better error handling (80db382), closes inwaar/gree-hvac-client#13
BREAKING CHANGES
- The applications have to subscribe to the
error
event, otherwise the process is terminated in case of an error. Also all calls that return Promise have to be chained withcatch
or await/try/catch.