42 lines
770 B
Markdown
42 lines
770 B
Markdown
## 接受到的数据类型包括
|
|
### total_power
|
|
```json
|
|
{
|
|
"value": 30074,
|
|
"unit": 2,
|
|
"type": "AI",
|
|
"timestamp": 1763395200,
|
|
"name": "总能耗",
|
|
"label": "W.h",
|
|
"key": "total_power",
|
|
"device_uuid": "33806774076388556817340611953938"
|
|
}
|
|
```
|
|
|
|
### total_runtime
|
|
```json
|
|
{
|
|
"value": 65,
|
|
"unit": 16,
|
|
"type": "AI",
|
|
"timestamp": 1763395200,
|
|
"name": "总运行时间",
|
|
"label": "h",
|
|
"key": "total_runtime",
|
|
"device_uuid": "33806774076388556817340611953938"
|
|
}
|
|
```
|
|
|
|
### use_times
|
|
```json
|
|
{
|
|
"value": 15301,
|
|
"unit": 16,
|
|
"type": "AI",
|
|
"timestamp": 1763395200,
|
|
"name": "使用次数",
|
|
"label": "次",
|
|
"key": "use_times",
|
|
"device_uuid": "33806741326004633617340611173101"
|
|
}
|
|
``` |