API Documentation
Panda Classic uses WebSocket as an API to provide interface capabilities ( can only be used after logging in to the account, free users are not available )
1.Obtain all device information
{ "action":"list" }{
"StatusCode": 200,
"result": [
{
"deviceId": "ga7d65ylnj6xinhm",
"name": "ga7d65ylnj6xinhm",
"no": 1,
"groupNames": ["group1", "group2"]
},
{
"deviceId": "VBJDU18B14001987",
"name": "VBJDU18B14001987",
"no": 24,
"groupNames": ["group1"]
}
]
}2.Screenshot
3.Screen control
4.Get clipboard content
5.Send to clipboard
6.Execute ADB commands
7.Execute ADB bat
8.Execute AutoX.js script
Last updated