Backend is mostly done, mapping out the plant automagically works

This commit is contained in:
TraYali 2024-03-18 22:49:32 +01:00
parent ce64341ccc
commit b48d2241d2
5 changed files with 64 additions and 27 deletions

View file

@ -19,6 +19,8 @@ class Dtu {
void populateMicroinverters();
std::pair<bool, Microinverter*> getMicroinverterBySerialNumber(long serialNumber);
public:
Dtu(const char *ip_address, int port);