- (chaozmc) Push version to v1.0.0 as the code seems to be considerable as first stable release
- (chaozmc) Changed Adapter Type to more suitable climate-control instead of communication
- (chaozmc) Altered query URL for inital scan to use single ?-symbol instead of double
- (chaozmc) Removed unnecessary const
- (chaozmc) changed loop behaviour to use a for...of loop instead of forEach to avoid parallel creation of too many objects at startup
- (chaozmc) changed initialScan function to use createObjectNotExistsAsync instead
- (chaozmc) changed objects-creation and value-updates to async/await
- (chaozmc) clear interval on triggered update - fixes #10
- (chaozmc) rewrite update & initialScan - fixes #11 and #12
- (chaozmc) store password encrypted - fixes #14
- (chaozmc) create static objects via io-package.json - fixes #13
- (chaozmc) Update README, prepare for first stable release
- (chaozmc) Fix Objects with min/max null value (Issue #8)
- (chaozmc) Removed selectable encoding
- (chaozmc) Added v3.10d compatibility
- (chaozmc) update to admin v5 config and require min version of admin (>= 5.2.0)
- (chaozmc) selectable response encoding (utf8 & latin1) & bit of debug-logging added