Updated DisplayText Command (markdown)

Mike 2018-09-16 20:08:19 +02:00
parent c28d23a8f2
commit 9f7a48d8a4
1 changed files with 1 additions and 1 deletions

@ -138,7 +138,7 @@ rule1 on tele-ADS1115#A0 do DisplayText [s1p21c1l01]Analog1: %value% adc endon
Show BME280 + SGP30 (line breaks and indentation added for readability):
```
rule1 on tele-BME280#Temperature do DisplayText [s1p21x0y0]Temp: %value% C endon
on tele-BME280#Humidity do DisplayText [s1p21x0y10]Hum : %value% % endon
on tele-BME280#Humidity do DisplayText [s1p21x0y10]Hum : %value% %% endon
on BME280#Pressure do DisplayText [s1p21x0y20]Prss: %value% hPa endon
on tele-SGP30#TVOC do DisplayText [s1p21x0y30]TVOC: %value% ppb endon
on tele-SGP30#eCO2 do DisplayText [s1p21x0y40]eCO2: %value% ppm [s1p0x0y50]Time: [x35y50t] endon