mirror of https://github.com/arendst/Tasmota.git
Update xsns_07_sht1x.ino
This commit is contained in:
parent
ca02cafb5c
commit
10f25c9bf1
|
@ -201,6 +201,12 @@ void ShtShow(boolean json)
|
|||
#ifdef USE_DOMOTICZ
|
||||
DomoticzTempHumSensor(temperature, humidity);
|
||||
#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, "SHT1X", temperature, TempUnit());
|
||||
|
|
Loading…
Reference in New Issue