消毒机设备
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.8 KiB

  1. tsucc = 0,
  2. ksucc = 0,
  3. kappe_begin = 10000,
  4. kappe_code_error = 10001, // 代码错误
  5. kappe_cmd_not_support = 10003, // 命令不支持
  6. kappe_parse_json_err = 10004, // 解析json错误
  7. kappe_std_exception = 10005, // 标准库异常
  8. kappe_db_operate_error = 10006, // 数据库操作错误
  9. kappe_missing_param = 10007, // 缺少参数
  10. kappe_param_num_err = 10008, // 参数个数错误
  11. kappe_param_value_err = 10009, // 参数值错误
  12. kappe_user_not_exist = 10101, // 用户不存在
  13. kappe_passwd_error = 10102, // 密码错误
  14. kappe_disinfectant_insufficient = 10201, // 消毒液不足
  15. kappe_the_bottom_of_the_device_has_water = 10202, // 设备底部有水
  16. kappe_the_evaporation_bin_has_water = 10203, // 蒸发仓有水
  17. kappe_the_sensor_is_preheating = 10204, // 传感器正在预热
  18. kappe_not_detect_udisk = 10205, // 未检测到U盘
  19. kappe_udisk_wr_fail = 10206, // U盘读写错误
  20. kappe_open_file_error = 10207, // 文件操作错误
  21. kappe_adding_liquid_is_already_in_place = 10208, // 液体已加到位
  22. kappe_adding_liquid_is_greater_than_the_maximum_capacity_of_the_device = 10209, // 加液大于设备最大容量
  23. kappe_sensor_is_pre_heating = 10210, // 传感器正在预热
  24. kappe_state_is_busy = 10211, // 设备忙
  25. kappe_is_adding_liquid = 10212, // 加液中
  26. kappe_is_draining_liquid = 10213, // 排液中
  27. kappe_is_dis infecting = 10214, // 消毒中
  28. kappe_is_air_leak_detect_testing = 10215, // 气密性测试中
  29. kappe_setting_id_out_of_range = 10216, // 设置ID超出范围
  30. kappe_exception_flag_is_setted = 10217, // 异常标志已设置
  31. kappe_disinfection_state_is_wrong = 10218, // 消毒状态错误
  32. kappe_component_cfg_not_find = 10219, // 组件配置未找到
  33. kappe_liquid_ctrl_reboot = 10300,
  34. kappe_power_control_reboot = 10301,
  35. kappe_device_checkpoint_check_fail = 20000, //