- README.md
- Basic Interfaces
- Basic Setting
- Device Management
- Let Device Know App Enter Playback PageGET
- Let Device Know App Enter Setting PageGET
- Let Device Know App Connect SuccessfullyGET
- Let Device Know App Disconnect SuccessfullyGET
- Set ParameterGET
- Take SnapshotGET
- Let Device Know App Exit Playback PageGET
- Let Device Know App Exit Setting PageGET
- Format SD/TF CardGET
- Restore Factory SettingsGET
- Device File Management
Get Device Info
Developing
Prod Env
http://192.168.169.1
Prod Env
http://192.168.169.1
GET
/app/getdeviceattr
Request
None
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://192.168.169.1/app/getdeviceattr'
Responses
🟢200Success
application/json
Body
result
integerÂ
required
info
object (DeviceAttribute)Â
required
uuid
stringÂ
required
softver
stringÂ
required
hwver
stringÂ
required
ssid
stringÂ
required
bssid
stringÂ
required
camnum
integerÂ
required
curcamid
integerÂ
required
Example
{
"result": 0,
"info": {
"uuid": "string",
"softver": "string",
"hwver": "string",
"ssid": "string",
"bssid": "string",
"camnum": 0,
"curcamid": 0
}
}
Modified at 2023-08-14 10:31:35