Skip to content

Releases: chaozmc/ioBroker.oekofen-json

Release v1.0.5

23 Sep 19:52
Compare
Choose a tag to compare
  • (chaozmc) set min node version to 18.x (merge pull request #23)

Release v1.0.4

22 Sep 20:54
Compare
Choose a tag to compare
  • (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

09 May 13:25
Compare
Choose a tag to compare
  • (chaozmc) Bump version

Release v1.0.1

21 Jan 22:54
Compare
Choose a tag to compare

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

15 Jan 16:25
Compare
Choose a tag to compare

Push version to v1.0.0 as the code seems to be considerable as first stable release

Release v0.3.0

15 Jan 16:26
Compare
Choose a tag to compare

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

18 Nov 17:50
Compare
Choose a tag to compare

Removed unnecessary const

Release v0.2.4

31 Oct 10:13
Compare
Choose a tag to compare

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

29 Oct 19:10
Compare
Choose a tag to compare

changed initialScan function to use createObjectNotExistsAsync instead

Release v0.2.2

14 Aug 23:34
Compare
Choose a tag to compare

changed objects-creation and value-updates to async/await