| 程序包 | 说明 |
|---|---|
| me.hekr.iotos.api | |
| me.hekr.iotos.api.service |
| 限定符和类型 | 方法和说明 |
|---|---|
Pagec<DeviceDTO> |
IotClient.adminGetDeviceTopo(String parentPk,
String parentDevId,
int page,
int size) |
| 限定符和类型 | 方法和说明 |
|---|---|
AddTopoResp |
IotClient.adminAddTopo(String pk,
String devId,
DeviceDTO sub) |
DelTopoResp |
IotClient.adminDelTopo(String pk,
String devId,
DeviceDTO sub) |
| 限定符和类型 | 方法和说明 |
|---|---|
retrofit2.Call<Pagec<DeviceDTO>> |
RetrofitIotService.adminGetDeviceTopo(String parentPk,
String parentDevId,
int page,
int size)
超管获取拓扑设备
|
| 限定符和类型 | 方法和说明 |
|---|---|
retrofit2.Call<AddTopoResp> |
RetrofitIotService.adminAddTopo(String pk,
String devId,
DeviceDTO sub)
超管新增拓扑关系
|
retrofit2.Call<DelTopoResp> |
RetrofitIotService.adminDelTopo(String pk,
String devId,
DeviceDTO sub) |
Copyright © 2023. All rights reserved.