Feature: Support HMS/HMT inverters in different countries with different frequency bands

Thanks to @Fribur, @homeautomation2022 and @stefan123t
This commit is contained in:
Thomas Basler
2024-01-14 00:16:43 +01:00
parent 188c4688ab
commit c20caf8097
18 changed files with 188 additions and 60 deletions

View File

@@ -15,6 +15,7 @@ enum WebApiError {
DtuPollZero,
DtuInvalidPowerLevel,
DtuInvalidCmtFrequency,
DtuInvalidCmtCountry,
ConfigBase = 3000,
ConfigNotDeleted,
@@ -89,4 +90,4 @@ enum WebApiError {
HardwareBase = 12000,
HardwarePinMappingLength,
};
};