mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +00:00
Update xsns_09_bmp.ino
This commit is contained in:
parent
f031be681e
commit
f884115c8d
@ -467,6 +467,12 @@ void BmpShow(boolean json)
|
||||
#ifdef USE_DOMOTICZ
|
||||
DomoticzTempHumPressureSensor(temperature, humidity, pressure);
|
||||
#endif // USE_DOMOTICZ
|
||||
|
||||
#ifdef USE_KNX
|
||||
KNX_Sensor(KNX_temperature, t);
|
||||
KNX_Sensor(KNX_humidity, h);
|
||||
#endif // USE_KNX
|
||||
|
||||
#ifdef USE_WEBSERVER
|
||||
} else {
|
||||
snprintf_P(mqtt_data, sizeof(mqtt_data), HTTP_SNS_TEMP, mqtt_data, bmp_name, temperature, TempUnit());
|
||||
|
Loading…
x
Reference in New Issue
Block a user