Releases: chaozmc/ioBroker.oekofen-json
Releases · chaozmc/ioBroker.oekofen-json
Release v1.0.5
- (chaozmc) set min node version to 18.x (merge pull request #23)
Release v1.0.4
- (chaozmc) Removed Node 16.x from Test-and-release (fix Issue #19)
- (chaozmc) updated dependencies
- (chaozmc) updated protobufjs and google-gax
- (chaozmc) updated word-wrap
Release v1.0.3
- (chaozmc) Bump version
Release v1.0.1
Fixed extensive object creation when using a wrong password (fixes Issue #18)
Added counter to stop adapter after 10 unsuccessful requests
Added check if there would be more than 50 top-level-objects to be created
Release v1.0.0
Push version to v1.0.0 as the code seems to be considerable as first stable release
Release v0.3.0
Changed Adapter Type to more suitable climate-control instead of communication
Altered query URL for inital scan to use single ?-symbol instead of double
Release v0.2.5
Removed unnecessary const
Release v0.2.4
changed loop behaviour to use a for...of loop instead of forEach to avoid parallel creation of too many objects at startup
Release v0.2.3
changed initialScan function to use createObjectNotExistsAsync instead
Release v0.2.2
changed objects-creation and value-updates to async/await