mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-24 07:57:21 +01:00
Update xsns_07_sht1x.ino
This commit is contained in:
@@ -203,8 +203,10 @@ void ShtShow(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
|
||||
|
||||
Reference in New Issue
Block a user