Skip to content

Commit e0d255d

Browse files
authored
Update post.md
1 parent 6156724 commit e0d255d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/api/ChargeData/post.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Control charging of the wallbox.
3030
"RemoteCurr": [number], /* current per phase in A while charging with App control */
3131
"AutoChg": [boolean], /* true if charging should start automatically */
3232
"ChgState": [EnumChargeControl], /* update charge state with value here */
33-
"Uid": [string] /* ? */
33+
"Uid": [string] /* should always be 00000000 */
3434
}
3535
```
3636

@@ -61,4 +61,6 @@ Control charging of the wallbox.
6161
* **Notes:**
6262

6363
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.
6466

0 commit comments

Comments
 (0)