mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
Update xsns_04_snfsc.ino
This commit is contained in:
parent
386d62630f
commit
8c5a650826
@ -132,8 +132,10 @@ void SonoffScShow(boolean json)
|
|||||||
#endif // USE_DOMOTICZ
|
#endif // USE_DOMOTICZ
|
||||||
|
|
||||||
#ifdef USE_KNX
|
#ifdef USE_KNX
|
||||||
KNX_Sensor(KNX_temperature, t);
|
if (0 == tele_period) {
|
||||||
KNX_Sensor(KNX_humidity, h);
|
KnxSensor(KNX_TEMPERATURE, t);
|
||||||
|
KnxSensor(KNX_HUMIDITY, h);
|
||||||
|
}
|
||||||
#endif // USE_KNX
|
#endif // USE_KNX
|
||||||
|
|
||||||
#ifdef USE_WEBSERVER
|
#ifdef USE_WEBSERVER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user