diff --git a/README.md b/README.md index a4db4f1..f48ce16 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/resol-setup/cosmo-multi-2.js b/lib/resol-setup/cosmo-multi-2.js index fe70e2f..5624c54 100644 --- a/lib/resol-setup/cosmo-multi-2.js +++ b/lib/resol-setup/cosmo-multi-2.js @@ -1,2 +1,4 @@ -{"dp": [], -"fct": []} \ No newline at end of file +{"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"} +]} \ No newline at end of file diff --git a/lib/resol-setup/deltasol-bx-plus.js b/lib/resol-setup/deltasol-bx-plus.js index 2d2e777..fdab801 100644 --- a/lib/resol-setup/deltasol-bx-plus.js +++ b/lib/resol-setup/deltasol-bx-plus.js @@ -1,4 +1,4 @@ -{"dp": [{"dpName":"Pumpe1","type":"number","min":0,"max":3} - ], -"fct": [{"name":"Pumpe1","cmd":"Handbetrieb","val":"val"} - ]} \ No newline at end of file +{"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"} +]} \ No newline at end of file diff --git a/lib/resol-setup/deltasol-bx.js b/lib/resol-setup/deltasol-bx.js index 2d2e777..fdab801 100644 --- a/lib/resol-setup/deltasol-bx.js +++ b/lib/resol-setup/deltasol-bx.js @@ -1,4 +1,4 @@ -{"dp": [{"dpName":"Pumpe1","type":"number","min":0,"max":3} - ], -"fct": [{"name":"Pumpe1","cmd":"Handbetrieb","val":"val"} - ]} \ No newline at end of file +{"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"} +]} \ No newline at end of file diff --git a/lib/resol-setup/deltasol-mx.js b/lib/resol-setup/deltasol-mx.js index 2d2e777..fdab801 100644 --- a/lib/resol-setup/deltasol-mx.js +++ b/lib/resol-setup/deltasol-mx.js @@ -1,4 +1,4 @@ -{"dp": [{"dpName":"Pumpe1","type":"number","min":0,"max":3} - ], -"fct": [{"name":"Pumpe1","cmd":"Handbetrieb","val":"val"} - ]} \ No newline at end of file +{"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"} +]} \ No newline at end of file diff --git a/lib/resol-setup/deltasol-slt.js b/lib/resol-setup/deltasol-slt.js index 2d2e777..fdab801 100644 --- a/lib/resol-setup/deltasol-slt.js +++ b/lib/resol-setup/deltasol-slt.js @@ -1,4 +1,4 @@ -{"dp": [{"dpName":"Pumpe1","type":"number","min":0,"max":3} - ], -"fct": [{"name":"Pumpe1","cmd":"Handbetrieb","val":"val"} - ]} \ No newline at end of file +{"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"} +]} \ No newline at end of file diff --git a/lib/resol-setup/deltatherm-hc.js b/lib/resol-setup/deltatherm-hc.js index 2d2e777..fdab801 100644 --- a/lib/resol-setup/deltatherm-hc.js +++ b/lib/resol-setup/deltatherm-hc.js @@ -1,4 +1,4 @@ -{"dp": [{"dpName":"Pumpe1","type":"number","min":0,"max":3} - ], -"fct": [{"name":"Pumpe1","cmd":"Handbetrieb","val":"val"} - ]} \ No newline at end of file +{"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"} +]} \ No newline at end of file