haoxuan
2023-11-01 57d37b58c2d9e8edbafbad28a6a326fa3eb33721
1
2
3
4
5
6
7
8
9
export interface Devices {
  systemDeviceID: string
  currentDeviceID: string
  systemDeviceStatus: number
  clusterStatus: string
  clusterNodeQuantity: number
  systemDeviceRunSince: number
  deviceIDList: string[]
}