mirror of https://github.com/arendst/Tasmota.git
process all data to Energy Module
This commit is contained in:
parent
e842ae3fb2
commit
e719c116dd
|
@ -892,10 +892,14 @@ ValueList * TInfo::checkLine(char * pline)
|
||||||
// this frame will for sure be updated
|
// this frame will for sure be updated
|
||||||
_frame_updated = true;
|
_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
|
// Do we need to advertise user callback
|
||||||
if (_fn_data)
|
if (_fn_data)
|
||||||
_fn_data(me, flags);
|
_fn_data(me, flags);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue