diff --git a/README.md b/README.md index 011248f1..87238e4f 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ If you enjoyed this project — or just feeling generous, consider buying me a b ! Note that missing version entries are typically dependency updates for improved security. -### 3.4.6 (2024-08-xx) +### 3.4.6 (2024-08-07) - (HombachC) Catch wrong OBIS Codes, probably caused by Pulse communication errors - (HombachC) code cleanup diff --git a/src/lib/tibberLocal.ts b/src/lib/tibberLocal.ts index e1f8d5b1..10d7d13c 100644 --- a/src/lib/tibberLocal.ts +++ b/src/lib/tibberLocal.ts @@ -689,7 +689,7 @@ function findObisCodeName(code: string): string { if (!isValidObisCode(code)) { return `Found invalid OBIS-Code: ${code}`; } - + // https://github.com/Apollon77/smartmeter-obis/blob/master/lib/ObisNames.js const obisCodesWithNames = [ { code: "0100100700ff", name: "Power" }, { code: "16.7.0", name: "Power" },