songshankun
2023-11-02 c7a6d244585f605e32ae82321c919a09170a730d
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[]
}