process all data to Energy Module

This commit is contained in:
Charles 2021-05-01 18:32:03 +02:00
parent e842ae3fb2
commit e719c116dd
1 changed files with 7 additions and 3 deletions

View File

@ -892,10 +892,14 @@ ValueList * TInfo::checkLine(char * pline)
// this frame will for sure be updated
_frame_updated = true;
}
// Tasmota need to to calulation on Energy Module
// So always pass data value even if it's the same than previous value
// Do we need to advertise user callback
if (_fn_data)
_fn_data(me, flags);
}
}
}
else