安琪酵母(西藏)益生菌信息采集中心智能实验室
longyvfengyun
2023-08-24 504c1d84f56e245a8c0825ae4963fcb7e8ab421a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export default {
  cmd: {
    get: 0x20,          // 读取
    set: 0x22,          // 设置
 
    startWork: 0x30,    // 启动空调工作
    stopWork: 0x32,     // 停止空调工作
 
    startOnDuty: 0x34,  // 启动空调值班
    stopOnDuty: 0x36,   // 停止空调值班
 
    startDisinfect: 0x38, // 启动空调消毒
    stopDisinfect: 0x3A, // 停止空调消毒
 
    startExhaustFan: 0x3C,  // 启动空调排风机
    stopExhaustFan: 0x3E    // 停止空调排风机
  }
}