beta-ready CT code
This commit is contained in:
parent
69b2198342
commit
becdf35a27
2 changed files with 4 additions and 1 deletions
|
@ -61,3 +61,6 @@ bool CurrentTransformerIoT::processSetEnergyMessage(char* topic, char* payload,
|
|||
return true;
|
||||
}
|
||||
|
||||
void CurrentTransformerIoT::handleCTCallback(float current, double energy) {
|
||||
this->publishReport();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue