Skip to content

Commit

Permalink
3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Hombach authored and Hombach committed Aug 7, 2024
1 parent e7895c5 commit 35d15a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/lib/tibberLocal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 35d15a9

Please sign in to comment.