Skip to content

Commit

Permalink
add smart meter L+G E570
Browse files Browse the repository at this point in the history
  • Loading branch information
raymar9 committed Mar 26, 2024
1 parent 5acf7d8 commit 386dda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/smartmeter_datacollector_configurator/dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
class MeterType(str, Enum):
LGE450 = "lge450"
LGE360 = "lge360"
LGE570 = "lge570"
ISKRAAM550 = "iskraam550"
KAMSTRUP_HAN = "kamstrup_han"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
Expand Down

0 comments on commit 386dda3

Please sign in to comment.