haoxuan
2023-11-02 07d88bfb8181fd97f72c24b48929ad651d602907
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[]
}