mirror of https://github.com/arendst/Tasmota.git
Fix DS1624 with KNX compilation error
Fix DS1624 with KNX compilation error (#7853)
This commit is contained in:
parent
71e702c659
commit
50b19712ac
|
@ -190,7 +190,7 @@ void DS1624Show(bool json)
|
||||||
DomoticzSensor(DZ_TEMP, temperature);
|
DomoticzSensor(DZ_TEMP, temperature);
|
||||||
#endif // USE_DOMOTICZ
|
#endif // USE_DOMOTICZ
|
||||||
#ifdef USE_KNX
|
#ifdef USE_KNX
|
||||||
KnxSensor(KNX_TEMPERATURE, temperature);
|
KnxSensor(KNX_TEMPERATURE, ds1624_sns[i].value);
|
||||||
#endif // USE_KNX
|
#endif // USE_KNX
|
||||||
once = false;
|
once = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue