Skip to content

Commit

Permalink
[comfoair] Update README.md (#9193)
Browse files Browse the repository at this point in the history
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 ad2a1e3)
Signed-off-by: Christian Grasser <info@christiangrasser.at>
  • Loading branch information
smhswiss authored and Christian Grasser committed Dec 7, 2020
1 parent c08bc5e commit 9538a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.comfoair/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
Expand Down

0 comments on commit 9538a86

Please sign in to comment.