We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6156724 commit e0d255dCopy full SHA for e0d255d
docs/api/ChargeData/post.md
@@ -30,7 +30,7 @@ Control charging of the wallbox.
30
"RemoteCurr": [number], /* current per phase in A while charging with App control */
31
"AutoChg": [boolean], /* true if charging should start automatically */
32
"ChgState": [EnumChargeControl], /* update charge state with value here */
33
- "Uid": [string] /* ? */
+ "Uid": [string] /* should always be 00000000 */
34
}
35
```
36
@@ -61,4 +61,6 @@ Control charging of the wallbox.
61
* **Notes:**
62
63
On (some) chargers that use 3 phases, the remote current can not be smaller than 6A.
64
+
65
+ It seems like the UID has to be 00000000 for "Start" to work.
66
0 commit comments