消毒机设备
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.
 
 
 
 
 

1.8 KiB

tsucc = 0, ksucc = 0,

kappe_begin = 10000, kappe_code_error = 10001, // 代码错误 kappe_cmd_not_support = 10003, // 命令不支持 kappe_parse_json_err = 10004, // 解析json错误 kappe_std_exception = 10005, // 标准库异常 kappe_db_operate_error = 10006, // 数据库操作错误 kappe_missing_param = 10007, // 缺少参数 kappe_param_num_err = 10008, // 参数个数错误 kappe_param_value_err = 10009, // 参数值错误

kappe_user_not_exist = 10101, // 用户不存在 kappe_passwd_error = 10102, // 密码错误

kappe_disinfectant_insufficient = 10201, // 消毒液不足 kappe_the_bottom_of_the_device_has_water = 10202, // 设备底部有水 kappe_the_evaporation_bin_has_water = 10203, // 蒸发仓有水 kappe_the_sensor_is_preheating = 10204, // 传感器正在预热 kappe_not_detect_udisk = 10205, // 未检测到U盘 kappe_udisk_wr_fail = 10206, // U盘读写错误 kappe_open_file_error = 10207, // 文件操作错误 kappe_adding_liquid_is_already_in_place = 10208, // 液体已加到位 kappe_adding_liquid_is_greater_than_the_maximum_capacity_of_the_device = 10209, // 加液大于设备最大容量 kappe_sensor_is_pre_heating = 10210, // 传感器正在预热 kappe_state_is_busy = 10211, // 设备忙 kappe_is_adding_liquid = 10212, // 加液中 kappe_is_draining_liquid = 10213, // 排液中 kappe_is_dis infecting = 10214, // 消毒中 kappe_is_air_leak_detect_testing = 10215, // 气密性测试中 kappe_setting_id_out_of_range = 10216, // 设置ID超出范围 kappe_exception_flag_is_setted = 10217, // 异常标志已设置 kappe_disinfection_state_is_wrong = 10218, // 消毒状态错误 kappe_component_cfg_not_find = 10219, // 组件配置未找到

kappe_liquid_ctrl_reboot = 10300, kappe_power_control_reboot = 10301,

kappe_device_checkpoint_check_fail = 20000, //