haoxuan
2023-11-17 f8c0e9b318d946439e9bd1584eae1fa932af6d96
src/common/constants/index.ts
@@ -16,3 +16,10 @@
  6: 'F',
  7: 'G'
}
// plc 轮询间隔
export const PLC_POLLING_DURATION = 6_000
// 设备信息 轮询间隔
export const DEVICE_INFO_POLLING_DURATION = 15_000
// 问题诊断
export const PROBLEMS_POLLING_DURATION = 30_000