Equipment related
Some3C.com – A Professional Solution for iOS Development and Testing
1.Get device list
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/get
Request function name
id
String
Device unique ID
Get the specified device. Multiple devices are separated by commas. Without this parameter, all devices can be obtained.
httpGet request example
Get a list of all devices
Get the specified device
httpPost request example
Get a list of all devices
Get the specified device
httpPost json request example [websocket can also send the same json request]
Get a list of all devices
Get the specified device
Response
Response data data field description list array records the acquired devices.
Fields
illustrate
Remark
rotate
Screen angle
0 vertical screen, 1 horizontal screen
state
Device Status
0 is not online, non-0 is online
gid
Group id
-
name
Custom name
-
srv_name
Current connection screen name
-
width
Screen width
Physical size
height
Screen height
Physical size
ip
The device's own IP address
-
Mac
The device's own MAC address
-
user_name
Username
The name of the phone's settings
version
System version
-
model
Internal Model
-
deviceid
Device unique id
-
device_name
Device Name
-
location
Mouse parameters
-
location_crc
Mouse parameters crc
Point to the crc of the parameter in the mouse parameter library
vid
im hardware vid
-
pid
im hardware pid
-
uid
im hardware id
-
gname
Group Name
-
imgw
Actual image width
-
imgh
Actual picture height
-
air_ratio
Screen projection resolution
0Use global settings
air_refresh
Screen refresh rate
0Use global settings
air_fps
Screen projection frame rate
0Use global settings
air_img_fps
Cast image conversion frame rate
0Use global settings
air_audio
Screen projection sound status
0Use global settings
uver
Hardware version
-
2.Get group list
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/group/get
Request function name
id
String
Group ID
Get the specified group. Multiple groups are separated by commas. Without this parameter, all groups can be obtained.
httpGet request example
Get a list of all groupings
Get the specified group
httpPost request example
Get a list of all groupings
Get the specified group
httpPost json request example [websocket can also send the same json request]
Get a list of all groupings
Get the specified group
Response
Response data data field description list array records the obtained groups.
Fields
illustrate
Remark
id
Group id
-
name
Group Name
-
3.Get the devices in the group
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/group/get-dev
Request function name
id
String
Group id
0 is an ungrouped device
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description list array records the acquired devices.
Fields
illustrate
Remark
rotate
Screen angle
0 vertical screen, 1 horizontal screen
state
Device Status
0 is not online, non-0 is online
gid
Group id
-
name
Custom name
-
srv_name
Current connection screen name
-
width
Screen width
Physical size
height
Screen height
Physical size
ip
The device's own IP address
-
Mac
The device's own MAC address
-
user_name
Username
The name of the phone's settings
version
System version
-
model
Internal Model
-
deviceid
Device unique id
-
device_name
Device Name
-
location
Mouse parameters
-
location_crc
Mouse parameters crc
Point to the crc of the parameter in the mouse parameter library
vid
im hardware vid
-
pid
im hardware pid
-
uid
im hardware id
-
gname
Group Name
-
4.Setting up the device
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/set
Request function name
id
String
Device unique ID
You need to set the device id, separate multiple devices with commas
name
String
Custom Name
-
vid
String
im hardware vid
The pid and hardware id must be set at the same time. Setting the hardware id can only set a single device.
pid
String
im hardware pid
and vid must be set at the same time
location
String
Mouse parameters
-
location_crc
String
Mouse parameters crc
-
gid
String
Group id
-
There are two parameters: mouse parameter and mouse parameter crc. Only one of them is needed. It is recommended to use location_crc
Mouse parameters iMouse hardware adapts to different models of mobile phones through different mouse parameters, and users can collect them themselves
The mouse parameter crc has collected the crc value of the corresponding parameter in the mouse parameter library
httpGet request example
Set a custom device name
Setting up custom device names and groups simultaneously
httpPost request example
Set a custom device name
Setting up custom device names and groups simultaneously
httpPost json request example [websocket can also send the same json request]
Setting up custom device names and groups simultaneously
Response
Response data Data field description list array Returns the unique ID of all successfully set devices
5.Deleting a device
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/del
Request function name
id
String
Device unique ID
The device ID needs to be deleted. Multiple devices are separated by commas.
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data Data field description list array Returns the unique ID of all successfully deleted devices
6.Set up grouping
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/group/set
Request function name
id
String
Group id
Filling 0 in id means adding a new group
name
String
Group Name
-
httpGet request example
Add a new group
Set the specified id group name
httpPost request example
Add a new group
Set the specified id group name
httpPost json request example [websocket can also send the same json request]
Add a new group
Set the specified id group name
Response
Response data field description
Fields
illustrate
Remark
id
Group id
-
name
Group Name
-
7.Delete a group
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/group/del
Request function name
id
String
Group ID
Multiple groups are separated by commas.
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data Data field description list array returns the IDs of all groups that have been successfully deleted
8.Set device screen projection configuration
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/airplay/set
Request function name
id
String
Device unique ID
You need to set the device id, separate multiple devices with commas
air_ratio
Integer
Screen projection resolution
-
air_refresh
Integer
Screen refresh rate
-
air_fps
Integer
Screen projection frame rate
-
air_audio
Integer
Screen projection sound
-
air_img_fps
Integer
Cast image conversion frame rate
-
If not set or set to 0, the screen projection will be disconnected immediately after the global parameter setting is used, and will take effect after the next screen projection.
httpGet request example
设置投屏帧率
httpPost request example
设置投屏帧率
httpPost json request example [websocket can also send the same json request]
设置投屏帧率
Response
Response data data field description None
9.Connect to screen projection
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/airplay/connect
Request function name
id
String
Device unique ID
Screen projection device id, multiple devices are separated by commas
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description None
10.Cast All
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/airplay/connect/all
Request function name
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description None
11.Disconnect Screen Mirroring
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/airplay/disconnect
Request function name
id
String
Device unique ID
Device id, multiple devices are separated by commas
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description None
12.Mouse parameter collection
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/collection/mouse
Request function name
id
String
Device unique ID
Device id, multiple devices are separated by commas
cmd
Integer
Order
0 Query the collection status, 1 Start collection 2 Stop collection
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description None
13.Save mouse parameters to the public library
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/collection/mouse/save
Request function name
id
String
Device unique ID
Device ID
describe
String
Remark
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description None
14.Restart your device
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/restart
Request function name
id
String
Device unique ID
Device id, multiple devices are separated by commas
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description None
15.Restart usb
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/usb/restart
Request function name
id
String
Device unique ID
Device id, multiple devices are separated by commas
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description None
16.Set the device list sorting
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/sort/set
The device list and console list you get will be sorted according to your settings
sort_index
Integer
Sorting Index
This id corresponds to the console header list, starting from 1
sort_value
Integer
Sort id values
0 unsorted, -1 up, 1 down
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data field description
Fields
illustrate
Remark
sort_index
Sorting Index
This id corresponds to the console header list, starting from 1
sort_value
Sort id values
0 unsorted, -1 up, 1 down
17.Get the device list sort
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/device/sort/get
Get the sort order of the current device list
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data field description
Fields
illustrate
Remark
sort_index
Sorting Index
This id corresponds to the console header list, starting from 1
sort_value
Sort id values
0 unsorted, -1 up, 1 down
Last updated