Skip to content

Commit

Permalink
dist: docs and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbaldi committed Dec 7, 2020
1 parent c59ee2d commit 791149d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interval Interval to fetch data in seconds (default: 60 seconds)

### Output Example Data

```json
```jsonc
{
"title": "KeContact P30",
"productId": "KC-P30-XYZ",
Expand All @@ -36,7 +36,7 @@ interval Interval to fetch data in seconds (default: 60 seconds)
"current": { "l1": 0, "l2": 0, "l3": 0 }, // in A
"realPower": 10, // in kW
"powerFactor": 0, // in %
"energySession": 0.00, // in kWh
"energySession": 0.0, // in kWh
"energyTotal": 145.57, // in kWh
"energyHousegrid": { "in": null, "out": null },
"energySolar": { "in": null, "out": null }
Expand Down
4 changes: 2 additions & 2 deletions keba-parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
inputs: 0,
outputs: 1,
icon: "font-awesome/fa-car",
label: function() {
icon: 'font-awesome/fa-car',
label: function () {
return this.name;
},
});
Expand Down

0 comments on commit 791149d

Please sign in to comment.