Skip to content

Commit

Permalink
Merge pull request #102 from Grizzelbee/Development
Browse files Browse the repository at this point in the history
fixes #96 / Fixed support for Cosmo-Multi-2 controller
  • Loading branch information
Grizzelbee authored Apr 29, 2022
2 parents 79324fb + 500b9ae commit 57586d1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 27 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,18 +146,9 @@ Save the file and restart the adapter, you will find now a new object Rueckkuehl
## Todo

## Changelog
### v1.1.4 (2022-04-28)
### v1.1.5 (2022-04-29)
* (grizzelbee) New: [#96](https://github.com/Grizzelbee/ioBroker.resol/issues/96) Fixed Cosmo-Multi-2 support (Faking a DeltaSol-E now)

### v1.1.3 (2022-04-28)
* (grizzelbee) New: [#96](https://github.com/Grizzelbee/ioBroker.resol/issues/96) Fixed Cosmo-Multi-2 support (Faking a DeltaSol-E now)

### v1.1.2 (2022-04-28)
* (grizzelbee) New: [#96](https://github.com/Grizzelbee/ioBroker.resol/issues/96) Fixed filename of Cosmo-Multi-2 config file

### v1.1.1 (2022-04-28)
* (grizzelbee) New: [#96](https://github.com/Grizzelbee/ioBroker.resol/issues/96) Fixed filename of DeltaSol-E config file

### v1.1.0 (2022-04-28)
* (grizzelbee) New: [#96](https://github.com/Grizzelbee/ioBroker.resol/issues/96) Added support for DeltaSol-E and improved support for Cosmo-Multi-2 controllers

Expand Down
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"common": {
"name": "resol",
"version": "1.1.4",
"version": "1.1.5",
"news": {
"1.1.4": {
"1.1.5": {
"en": "Fixed support for Cosmo Multi 2 controllers",
"de": "Die Unterstützung für Cosmo Multi 2-Controller wurde korrigiert",
"ru": "Исправлена ​​поддержка контроллеров Cosmo Multi 2.",
Expand Down
6 changes: 2 additions & 4 deletions lib/resol-setup/cosmo-multi-2.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
{"dp": [{"dpName":"AutoRueckkuehl", "name":"Automatic cool down of buffer.","type":"number","min":0,"max":1, "states":{"0":"Off","1":"On"}}
],
"fct": [{"name":"AutoRueckkuehl","cmds":[{"cmd":"ORueckkuehlung","val":"val"},{"cmd":"OHolyCool","val":"val"}]}
]}
{"dp": [],
"fct": []}
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.resol",
"version": "1.1.4",
"version": "1.1.5",
"description": "Support for Resol VBus devices",
"author": {
"name": "grizzelbee",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@types/chai-as-promised": "^7.1.5",
"@types/gulp": "^4.0.9",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.29",
"@types/node": "^17.0.30",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.11",
"@types/sinon-chai": "^3.2.8",
Expand Down

0 comments on commit 57586d1

Please sign in to comment.