mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
设备统计界面
This commit is contained in:
@@ -34,6 +34,7 @@ export function listAllDeviceShort() {
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
// 查询设备详细
|
||||
export function getDevice(deviceId) {
|
||||
return request({
|
||||
@@ -42,6 +43,14 @@ export function getDevice(deviceId) {
|
||||
})
|
||||
}
|
||||
|
||||
// 查询设备统计信息
|
||||
export function getDeviceStatistic() {
|
||||
return request({
|
||||
url: '/iot/device/statistic',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 查询设备运行状态详细
|
||||
export function getDeviceRunningStatus(deviceId) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user