Skip to content

Commit

Permalink
Merge pull request #1 from nana4rider/fix/measurement
Browse files Browse the repository at this point in the history
Fix/measurement
  • Loading branch information
nana4rider authored Jan 25, 2025
2 parents ff11e3a + 04c8454 commit 3d4e7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wisun2mqtt",
"version": "1.1.1",
"version": "1.1.2",
"main": "dist/index.js",
"type": "module",
"homepage": "https://github.com/nana4rider/wisun2mqtt",
Expand Down
2 changes: 1 addition & 1 deletion src/service/smartMeter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default async function initializeSmartMeterClient(): Promise<SmartMeterCl
name: "瞬時電流計測値",
domain: "sensor",
deviceClass: "current",
stateClass: "total_increasing",
stateClass: "measurement",
unit: "A",
nativeValue: "float",
unitPrecision: 1,
Expand Down

0 comments on commit 3d4e7e4

Please sign in to comment.