Reading data based on new documentation
This commit is contained in:
parent
fd6476cd6e
commit
35c4c661c7
9 changed files with 66 additions and 64 deletions
|
|
@ -28,7 +28,7 @@ class Port {
|
|||
|
||||
// void updateParameters(std::vector<std::string> ¶metersToGet, bool allParameters);
|
||||
|
||||
void setParametersFromMicroinverterArray(uint8_t *registers, int addressOffset);
|
||||
void setParametersFromMicroinverterArray(uint16_t *registers, int addressOffset);
|
||||
|
||||
void printParameters(std::vector<std::string> ¶metersToGet, bool allParameters, bool shortNames);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue