Added Device Profiles

Allows the pin assignment during runtime.
Pin settings will be read from a json file called "pin_mapping.json"
This commit is contained in:
Thomas Basler
2023-01-16 21:09:24 +01:00
parent 587de2e3be
commit 5f699f4927
11 changed files with 293 additions and 25 deletions

View File

@@ -81,4 +81,7 @@ enum WebApiError {
PowerBase = 11000,
PowerSerialZero,
PowerInvalidInverter,
HardwareBase = 12000,
HardwarePinMappingLength,
};