mirror of
https://github.com/thelsing/knx.git
synced 2026-04-06 03:21:49 +02:00
Some strange bug/feature...
Information is transmitted only when the device got time from KNX, I have put
if (timeStatus() == timeSet && resetPeriod != 0)
{
resetEnergyLoop();
}
But don't know if it's enough...