监控信息
GET
/v2/device-status-monitor/smart-module/monitor/{sn}
提示
1.
2.
请求参数
Path 参数
sn
string
设备序列号
Header 参数
AppKey
string
接入键
默认值:
{{AppKey}}
Nonce
string
必需
CurTime
string
必需
CheckSum
string
请求签名
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open-cn.vnnox.com/v2/device-status-monitor/smart-module/monitor/' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'
返回响应
🟢200成功
application/json
Body
smartModules
array [object {7}]
必需
status
boolean
必需
flatCableStatus
boolean
必需
runtime
string
必需
temperature
integer
温度
voltage
integer
电压
position
string
位置信息
sn
string
设备序列号
modules
array [object {6}]
可选
height
integer
模组高
width
integer
模组宽
icType
string
驱动ic芯片类型
lineDecodingIc
string
可选
scanNum
string
扫描数
sn
string
设备序列号
示例
{
"smartModules": [
{
"status": false,
"flatCableStatus": true,
"runtime": "1989-08-15 09:29:00",
"temperature": 81,
"voltage": 66,
"position": "quis irure in labore",
"sn": "Ut ex sed"
},
{
"status": false,
"flatCableStatus": true,
"runtime": "1989-08-15 09:29:00",
"temperature": 81,
"voltage": 66,
"position": "quis irure in labore",
"sn": "Ut ex sed"
}
],
"modules": [
{
"height": 69,
"width": 41,
"icType": "Chip_CommonBase",
"lineDecodingIc": "138",
"scanNum": "84",
"sn": "2YHA12706N1A10049941"
}
]
}
修改于 2024-08-07 01:35:02