haoxuan
2023-11-01 8c84c7277018b259f5b99f26cbfd14603bc4e4c0
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[]
}