Skip to content

Commit

Permalink
#108 - attempt to fix errors in log
Browse files Browse the repository at this point in the history
  • Loading branch information
Grizzelbee committed Oct 31, 2022
1 parent a334b22 commit e7b9e8e
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 22 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ Save the file and restart the adapter, you will find now a new object Rueckkuehl
## Changelog
### **WORK IN PROGRESS**

### v1.2.0 (2022-05-16)
* (grizzelbee) Fix: [#106](https://github.com/Grizzelbee/ioBroker.resol/issues/106) Attempt to fix errors in log regarding DeltaSol-BX
* (grizzelbee) Fix: [#108](https://github.com/Grizzelbee/ioBroker.resol/issues/106) Attempt to fix errors in log regarding DeltaSol-SLT and others
* (grizzelbee) Upd: Dependencies got updated

### v1.2.0 (2022-05-16)
* (grizzelbee) New: [#106](https://github.com/Grizzelbee/ioBroker.resol/issues/106) Added support for DeltaSol-BX

Expand Down
6 changes: 4 additions & 2 deletions lib/resol-setup/cosmo-multi-2.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
{"dp": [],
"fct": []}
{"dp": [{"dpName":"Pumpe1", "name":"Manual control for this relay.", "type":"number","min":0, "max":2, "states":{"0":"Off", "1":"Auto", "2":"On"}}
],
"fct": [{"name":"Pumpe1","cmd":"Handbetrieb1","val":"val"}
]}
8 changes: 4 additions & 4 deletions lib/resol-setup/deltasol-bx-plus.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{"dp": [{"dpName":"Pumpe1","type":"number","min":0,"max":3}
],
"fct": [{"name":"Pumpe1","cmd":"Handbetrieb","val":"val"}
]}
{"dp": [{"dpName":"Pumpe1", "name":"Manual control for this relay.", "type":"number","min":0, "max":2, "states":{"0":"Off", "1":"Auto", "2":"On"}}
],
"fct": [{"name":"Pumpe1","cmd":"Handbetrieb1","val":"val"}
]}
8 changes: 4 additions & 4 deletions lib/resol-setup/deltasol-bx.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{"dp": [{"dpName":"Pumpe1","type":"number","min":0,"max":3}
],
"fct": [{"name":"Pumpe1","cmd":"Handbetrieb","val":"val"}
]}
{"dp": [{"dpName":"Pumpe1", "name":"Manual control for this relay.", "type":"number","min":0, "max":2, "states":{"0":"Off", "1":"Auto", "2":"On"}}
],
"fct": [{"name":"Pumpe1","cmd":"Handbetrieb1","val":"val"}
]}
8 changes: 4 additions & 4 deletions lib/resol-setup/deltasol-mx.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{"dp": [{"dpName":"Pumpe1","type":"number","min":0,"max":3}
],
"fct": [{"name":"Pumpe1","cmd":"Handbetrieb","val":"val"}
]}
{"dp": [{"dpName":"Pumpe1", "name":"Manual control for this relay.", "type":"number","min":0, "max":2, "states":{"0":"Off", "1":"Auto", "2":"On"}}
],
"fct": [{"name":"Pumpe1","cmd":"Handbetrieb1","val":"val"}
]}
8 changes: 4 additions & 4 deletions lib/resol-setup/deltasol-slt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{"dp": [{"dpName":"Pumpe1","type":"number","min":0,"max":3}
],
"fct": [{"name":"Pumpe1","cmd":"Handbetrieb","val":"val"}
]}
{"dp": [{"dpName":"Pumpe1", "name":"Manual control for this relay.", "type":"number","min":0, "max":2, "states":{"0":"Off", "1":"Auto", "2":"On"}}
],
"fct": [{"name":"Pumpe1","cmd":"Handbetrieb1","val":"val"}
]}
8 changes: 4 additions & 4 deletions lib/resol-setup/deltatherm-hc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{"dp": [{"dpName":"Pumpe1","type":"number","min":0,"max":3}
],
"fct": [{"name":"Pumpe1","cmd":"Handbetrieb","val":"val"}
]}
{"dp": [{"dpName":"Pumpe1", "name":"Manual control for this relay.", "type":"number","min":0, "max":2, "states":{"0":"Off", "1":"Auto", "2":"On"}}
],
"fct": [{"name":"Pumpe1","cmd":"Handbetrieb1","val":"val"}
]}

0 comments on commit e7b9e8e

Please sign in to comment.