mirror of https://github.com/arendst/Tasmota.git
Update xsns_14_sht3x.ino
This commit is contained in:
parent
41301cdc15
commit
baa25c75cc
|
@ -113,8 +113,10 @@ void Sht3xShow(boolean json)
|
|||
#endif // USE_DOMOTICZ
|
||||
|
||||
#ifdef USE_KNX
|
||||
KNX_Sensor(KNX_temperature, t);
|
||||
KNX_Sensor(KNX_humidity, h);
|
||||
if (0 == tele_period) {
|
||||
KnxSensor(KNX_TEMPERATURE, t);
|
||||
KnxSensor(KNX_HUMIDITY, h);
|
||||
}
|
||||
#endif // USE_KNX
|
||||
|
||||
#ifdef USE_WEBSERVER
|
||||
|
|
Loading…
Reference in New Issue