Sign in

简柏林 / thingskit-front · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-front
  • src
  • api
  • alarm
  • position
  • model
  • index.ts
  • fix: 修复设备详情命令下发枚举类型无法下发&&优化命令下发逻辑
    d2a6ff3f
    ww authored
    2024-01-10 15:54:35 +0800  
    Browse Files »
index.ts 186 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
export interface HistoryData {
  [key: string]: { ts: number; value: string }[];
}

export interface DeviceAttributeItemType {
  key: string;
  value: boolean;
  lastUpdateTs: number;
}