mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
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);
|
||||
#endif // USE_DOMOTICZ
|
||||
#ifdef USE_KNX
|
||||
KnxSensor(KNX_TEMPERATURE, temperature);
|
||||
KnxSensor(KNX_TEMPERATURE, ds1624_sns[i].value);
|
||||
#endif // USE_KNX
|
||||
once = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user