Removed microinverterSerialNumber from port parameters, structurally not needed
This commit is contained in:
parent
d124cd6696
commit
3b79dc94f4
2 changed files with 2 additions and 4 deletions
|
|
@ -20,8 +20,6 @@ Port::Port(std::shared_ptr<class modbus> modbus, uint16_t portStartAddress) {
|
|||
}
|
||||
|
||||
void Port::populateParameters() {
|
||||
this->parameters.push_back(std::make_shared<PortParameterMicroinverterSerialNumber>());
|
||||
|
||||
this->parameters.push_back(std::make_shared<PortParameterPortNumber>());
|
||||
|
||||
this->parameters.push_back(std::make_shared<PortParameterPvVoltage>());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue