diff --git a/backend/smartmeter_datacollector_configurator/dto.py b/backend/smartmeter_datacollector_configurator/dto.py index b479f4b..e5c8a88 100644 --- a/backend/smartmeter_datacollector_configurator/dto.py +++ b/backend/smartmeter_datacollector_configurator/dto.py @@ -11,6 +11,7 @@ class MeterType(str, Enum): LGE450 = "lge450" LGE360 = "lge360" + LGE570 = "lge570" ISKRAAM550 = "iskraam550" KAMSTRUP_HAN = "kamstrup_han" diff --git a/frontend/smartmeter-datacollector-configurator/src/components/SmartMeter.vue b/frontend/smartmeter-datacollector-configurator/src/components/SmartMeter.vue index 19fcbfa..beb3a43 100644 --- a/frontend/smartmeter-datacollector-configurator/src/components/SmartMeter.vue +++ b/frontend/smartmeter-datacollector-configurator/src/components/SmartMeter.vue @@ -51,6 +51,7 @@ export default { this.TYPES = { lge450: "L+G E450", lge360: "L+G E360", + lge570: "L+G E570", iskraam550: "Iskraemeco AM550", kamstrup_han: "Kamstrup HAN", };