Get ESP3D pins definition
[ESP220] json=<no> pwd=<admin password>
-
json=no the output format can be in JSON or plain text
-
pwd=<admin password> the admin password if authentication is enabled
Output
Section titled “Output”- In json format
{ "cmd": "220", "status": "ok", "data": [ { "id": "SD CS", "value": "13" }, { "id": "SD MOSI", "value": "15" }, { "id": "SD MISO", "value": "2" }, { "id": "SD SCK", "value": "14" }, { "id": "SD DETECT", "value": "-1" }, { "id": "SD SWITCH", "value": "26" } ]}cmdId of requested command, should be220statusstatus of command, should beokdatacontent of response, here the pins definitions
- plain text format
SD CS: 13SD MOSI: 15SD MISO: 2SD SCK: 14SD DETECT: -1SD SWITCH: 26