[Documentation] Markdown improvements for bindings a to e (#13859)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
This commit is contained in:
committed by
GitHub
parent
72efc1cfed
commit
caf71f72e6
@@ -162,13 +162,13 @@ The air heatpump has the following additional channels:
|
||||
|
||||
### ecotouch.things
|
||||
|
||||
```
|
||||
```java
|
||||
Thing ecotouch:geo:heatpump "Waterkotte Heatpump" @ "basement" [ ip="192.168.1.100", username="admin", password="wtkadmin", refresh=120 ]
|
||||
```
|
||||
|
||||
### ecotouch.items
|
||||
|
||||
```
|
||||
```java
|
||||
Number:Temperature HeatPump_Temp_Aussen { channel="ecotouch:geo:heatpump:temperature_outside" }
|
||||
Number:Temperature HeatPump_Temp_Aussen_1d { channel="ecotouch:geo:heatpump:temperature_outside_24h" }
|
||||
Number:Temperature HeatPump_Temp_Quelle_in { channel="ecotouch:geo:heatpump:temperature_source_in" }
|
||||
@@ -184,7 +184,7 @@ Switch HeatPump_state_sourcepump { channel="ecotouch:geo:heatpump:sta
|
||||
|
||||
### ecotouch.sitemap
|
||||
|
||||
```
|
||||
```perl
|
||||
sitemap ecotouch label="Waterkotte EcoTouch"
|
||||
{
|
||||
Text item=HeatPump_Temp_Aussen
|
||||
@@ -202,7 +202,7 @@ sitemap ecotouch label="Waterkotte EcoTouch"
|
||||
|
||||
A snippet to show the current state of the heatpump (you need to have the corresponding items in your .items-file):
|
||||
|
||||
```
|
||||
```java
|
||||
Text label="State" icon="settings" {
|
||||
Text item=HeatPump_state_sourcepump label="State Source Pump [%s]" valuecolor=[==ON="green", ==OFF="red"]
|
||||
Text item=HeatPump_state_heatingpump label="State Heating Pump [%s]" valuecolor=[==ON="green", ==OFF="red"]
|
||||
|
||||
Reference in New Issue
Block a user