mirror of https://github.com/arendst/Tasmota.git
Missing "tele-" for BME-280 pressure in example
parent
6930ee68f8
commit
bc41ff0cdb
|
@ -248,7 +248,7 @@ Show BME280 + SGP30:
|
|||
```
|
||||
rule1 on tele-BME280#Temperature do DisplayText [s1p21x0y0]Temp: %value% C endon
|
||||
on tele-BME280#Humidity do DisplayText [s1p21x0y10]Hum : %value% %% endon
|
||||
on BME280#Pressure do DisplayText [s1p21x0y20]Prss: %value% hPa endon
|
||||
on tele-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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue