Releases: oanylund/xcomfort-shc-api
Releases · oanylund/xcomfort-shc-api
v2.3.0
<a name"2.3.0">
2.3.0 (2017-04-26)
Features
- dimBrighter: Continously dims actuator brighter (5952a405)
- dimDarker: Continously dims actuator darker (d5ba983e)
- dimStop: Stops continuos dimming on actuator (39b73155)
v2.2.0
<a name"2.2.0">
2.2.0 (2017-04-26)
Features
- importSetup: Takes setup from json file and maps devices and scenes (a0da1225)
- readJsonFile: Internal function that reads and parses json files (c01de6a4)
v2.1.0
<a name"2.1.0">
2.1.0 (2017-03-25)
Features
- triggerScene: Triggers scene with name from shc as input (b48118b0)
v2.0.4
<a name"2.0.4">
2.0.4 (2017-03-25)
Bug Fixes
- initialSetup: query with no result should not be error as it was (dff7b8bf)
v2.0.3
<a name"2.0.3">
2.0.3 (2017-03-24)
Semantic release would not give new release number, had to bump patches manually to get it working.
Major changes
- setDimState: Rejects promises instead of emiting errors (a044722)
- callbacks: Callbacks are now error-first (err, res) => {} (2d0eba7)
Features
- login: Login now rejects with specific message on wrong credentials (df74466)
- constructor: Added better error-handling in constructor of Xcomfort (f30ec29)
Bug fixes
- setDimState: Did not invalidate incorrect states properly (fc34c2b)
v1.0.0
<a name"1.0.0">
1.0.0 (2017-03-20)
Features
- getNameObject: Added new instance method that returns an object with a list of devices and sce (c696e55c)