Skip to content

Commit b77ce1e

Browse files
committed
update some readme texts
1 parent 0bf9605 commit b77ce1e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ To charge your vehicle with a constant amperage of 6A regardless of surplus, set
115115
### **WORK IN PROGRESS**
116116
* (Sneak-L8) new option to reduce log entries on info level (write them with debug level)
117117
* (Sneak-L8) fix wording error ("regard" changed to grid consumption)
118-
* (Sneak-L8) fixed some english transaltions
118+
* (Sneak-L8) fixed some english translations
119119
* (Sneak-L8) renamed state "regardTimestamp" to "consumptionTimestamp" - please delete old state
120120

121121
### 3.0.1 (2025-03-15)

main.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,9 @@ class Kecontact extends utils.Adapter {
25642564
case 'E': // x-series WLAN + 4G
25652565
case 'G': // x-series 3G
25662566
case 'H': // x-series 4G
2567-
case 'U': // KC-P30-EC2204U2-M0R-CC (Company Car Wall Box MID - GREEN EDITION), KC-P30-EC2204U2-E00-PV (Photovoltaic Wallbox Cable - PV-Edition)
2567+
case 'U': // KC-P30-EC2204U2-M0R-CC (Company Car Wall Box MID - GREEN EDITION),
2568+
// KC-P30-EC2204U2-E00-PV (Photovoltaic Wallbox Cable - PV-Edition),
2569+
// KC-P30-ES2400U2-E00-PV (Photovoltaic WallBox Shutter - PV-Edition)
25682570
return this.TYPE_X_SERIES;
25692571
}
25702572
break;

0 commit comments

Comments
 (0)