Fix DS1624 with KNX compilation error

Fix DS1624 with KNX compilation error (#7853)
This commit is contained in:
Theo Arends 2020-03-04 15:51:50 +01:00
parent 71e702c659
commit 50b19712ac
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}