9 lines
286 B
Markdown
9 lines
286 B
Markdown
# Commands
|
|
The following commands can be send to the charger when it is in AP mode:
|
|
|
|
Connect to WiFi AP:
|
|
`wget -O - --post-data="{\"ChosenSsid\":{\"ssid\":\"Matas Guest\", \"password\":\"De_Waal_42\"}}" 192.168.71.1:8080/setssid`
|
|
|
|
Retrieve MAC adres:
|
|
`wget -O- 192.168.71.1:8080/id`
|