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
  • ..
  • PollCommandInput
  • index.ts
  • fix: 修复设备创建新增codeType字段
    dde63339
    ww authored
    2023-07-29 14:06:39 +0800  
    Browse Files »
index.ts 197 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
export { default as PollCommandInput } from './index.vue';
export enum ModeEnum {
  JSON = 'application/json',
  NORMAL = 'normal',
}

export enum AddressTypeEnum {
  DEC = 'DEC',
  HEX = 'HEX',
}