Writing is working!

This commit is contained in:
TraYali 2024-04-06 16:29:02 +02:00
parent 34313ef4bc
commit 0b29fb881d
8 changed files with 88 additions and 17 deletions

View file

@ -41,6 +41,8 @@ class Microinverter {
long long getTotalProduction();
void setStatus(std::vector<std::pair<int, uint16_t>> portsToSet, std::string statusName);
void setStatusWholeMicroinverter(uint16_t value, std::string statusName);
};
#endif