Skip to content

Commit 3a51106

Browse files
Additional command codes: 1531, 1660, 1661
1 parent b8d8cec commit 3a51106

4 files changed

Lines changed: 43 additions & 1 deletion

File tree

command_codes/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Table of Contents
2727
* [Serial Port Controls (C27 message number)](#serial-port-controls-c27-message-number)
2828
* [Time Synchronization](#time-synchronization)
2929
* [Screenshot Upload Message](#screenshot-upload-message)
30+
* [Get Random User](#get-random-user)
3031
* [Version List](#version-list)
3132
* [FTP test](#ftp-test)
3233

@@ -266,7 +267,7 @@ Table of Contents
266267
|Name|Code|Description|Payload|
267268
|----|----|-----------|-------|
268269
|IPSEARCH_REQ|1530|IP auto search request|Not yet observed|
269-
|IPSEARCH_RSP|1531|IP auto search response|Not yet observed|
270+
|IPSEARCH_RSP|1531|IP auto search response|[IP auto search response](payloads/1531_IPSEARCH_RSP_response.json)|
270271
|IP_SET_REQ|1532|IP set request|Not yet observed|
271272
|IP_SET_RSP|1533|IP set response|Not yet observed|
272273

@@ -330,6 +331,13 @@ Table of Contents
330331
|PHOTO_GET_REQ|1600|Screenshot upload request|Not yet observed|
331332
|PHOTO_GET_RSP|1601|Screenshot upload response|Not yet observed|
332333

334+
## Get Random User
335+
336+
|Name|Code|Description|Payload|
337+
|----|----|-----------|-------|
338+
|GetRandomUser_REQ|1660|Get random user request|[Get random user request](payloads/1660_GetRandomUser_request.json)|
339+
|GetRandomUser_RESP|1661|Get random user response|[Get random user response](payloads/1661_GetRandomUser_response.json)|
340+
333341
## Version List
334342

335343
|Name|Code|Description|Payload|
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"NetWork.NetCommon" :
3+
{
4+
"BuildDate" : "2020-11-24 16:47:14",
5+
"ChannelNum" : 1,
6+
"DeviceType" : 24,
7+
"GateWay" : "0x0101A8C0",
8+
"HostIP" : "0x6701A8C0",
9+
"HostName" : "camera_743c",
10+
"HttpPort" : 80,
11+
"MAC" : "dc:29:19:e2:74:3c",
12+
"MonMode" : "TCP",
13+
"NetConnectState" : 1,
14+
"OtherFunction" : "D=2026-04-15 19:43:27 V=6cda3ed5d320dc8",
15+
"SN" : "09d53d540f99b818",
16+
"SSLPort" : 8443,
17+
"Submask" : "0x00FFFFFF",
18+
"TCPMaxConn" : 10,
19+
"TCPPort" : 34567,
20+
"UDPPort" : 34568,
21+
"UseHSDownLoad" : false,
22+
"Version" : "V5.00.R02.00030747.10010.349f17.0000000"
23+
},
24+
"Ret" : 100,
25+
"SessionID" : "0x00000000"
26+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"Name":"GetRandomUser",
3+
"SessionID":"0x0000000000"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"Name" : "GetRandomUser",
3+
"Ret" : 103
4+
}

0 commit comments

Comments
 (0)