haoxuan
2023-11-03 6b027c18660b828ec7b57ad0e3f4ffca9f4d14d1
src/common/constants/index.ts
@@ -17,7 +17,9 @@
  7: 'G'
}
export const DEVICE_STATUS_NAME_MAP = {
  1: '正常',
  2: '异常'
}
// plc 轮询间隔
export const PLC_POLLING_DURATION = 6_000
// 设备信息 轮询间隔
export const DEVICE_INFO_POLLING_DURATION = 15_000
// 问题诊断
export const PROBLEMS_POLLING_DURATION = 30_000