]> git.basschouten.com Git - openhab-addons.git/commitdiff
[comfoair] Update README.md (#9193)
authorStefan M. Haller <smhswiss@gmail.com>
Sun, 6 Dec 2020 21:21:45 +0000 (22:21 +0100)
committerFabian Wolter <github@fabian-wolter.de>
Sun, 6 Dec 2020 21:30:01 +0000 (22:30 +0100)
As the ComfoairControl item changed from Number to Switch in the new binding also the sitemap mapping should OFF=CC and ON=APP instead of 0 and 1.

(cherry picked from commit ad2a1e3635635faf042ac5b90477138b08e874fc)

bundles/org.openhab.binding.comfoair/README.md

index 4d867fc468d9bda0843bcc73dfbc503f2fbb1723..9814efc6e4579a1ad50c652675c115268ca95f1c 100644 (file)
@@ -237,7 +237,7 @@ Switch      comfoairFreezeMode                      "Freeze [MAP(comfoair_freeze.map):%s]"          <climate>       (C
 sitemap comfoair label="ComfoAir" {
        Frame label="Main" {
                Text item=comfoairError labelcolor=[!="No Errors"="red"] valuecolor=[!="No Errors"="red"]
-               Switch item=comfoairControl mappings=[0="CCEase", 1="Computer"]
+               Switch item=comfoairControl mappings=[OFF="CCEase", ON="Computer"]
                Switch item=comfoairErrorReset mappings=[1="Reset"]
                Switch item=comfoairFilterReset mappings=[1="Reset"]
        }