Doing some prevention
This commit is contained in:
parent
0b29fb881d
commit
266dcefdfd
3 changed files with 7 additions and 1 deletions
|
|
@ -141,4 +141,8 @@ void Dtu::setStatusMicroinverters(uint16_t value, std::string statusName, std::v
|
|||
}
|
||||
microinvertersToSetIterator++;
|
||||
}
|
||||
}
|
||||
|
||||
bool Dtu::empty() {
|
||||
return this->microinverters.empty();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue