Skip to content

Commit

Permalink
(simatec) Beta 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Feb 4, 2024
1 parent 0143230 commit 79fbbe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ When the adapter crashes or an other Code error happens, this error message that
<!-- ### __WORK IN PROGRESS__ -->
### __WORK IN PROGRESS__
* (simatec) Dependencies updated
* (simatec) Fix Data for X1/X3-EVC Wallbox

### 0.9.4 (2024-01-22)
* (simatec) adapter-dev added
Expand Down
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -585,12 +585,12 @@ async function requestLocalAPI(root_dataPoints, information_dataPoints, data_dat
if (type == 7 && key == '1') {
data = data !== undefined ? _wallboxChargemodeLocal[data] : 'Undefined';
}

// State for chargemode Wallbox Type 7
if (type == 7 && key == '26') {
data = data !== undefined ? _wallboxPlugStateLocal[data] : 'Undefined';
}

await setDataPoint(dataPoint, data);
}

Expand Down

0 comments on commit 79fbbe4

Please sign in to comment.