haoxuan
2023-11-02 031b4d9a2a6a757571015b1903bb125d414ecb2a
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[]
}