作者 钟来

mqtt日志更新

  1 +{
  2 + "cameraInterfaceType": "rtsp",
  3 + "trendsPixelMin": 150,
  4 + "trendsPixelMax": 200,
  5 + "calloutBoxWidthMin": 5,
  6 + "reflectionMin": 150,
  7 + "reflectionMax": 200,
  8 + "brightnessMin": 100,
  9 + "brightnessMax": 150,
  10 + "transparencyMeasureMin": 100,
  11 + "transparencyMeasureMax": 150,
  12 + "areaMin": 25,
  13 + "areaMax": 100,
  14 + "kernelSize": 3,
  15 + "absValue_command": [
  16 + {
  17 + "sartAbsValue": 8590,
  18 + "gear": 1
  19 + },
  20 + {
  21 + "sartAbsValue": 9590,
  22 + "gear": 2
  23 + },
  24 + {
  25 + "sartAbsValue": 10590,
  26 + "gear": 3
  27 + },
  28 + {
  29 + "sartAbsValue": 11590,
  30 + "gear": 4
  31 + }
  32 + ],
  33 + "veiwDto_isFrame": false,
  34 + "veiwDto_isBinaryImage": false,
  35 + "veiwDto_isSize": false,
  36 + "veiwDto_isAbsValue": false,
  37 + "identificationFrequency": 1000,
  38 + "fishGroupImageRecognition": true,
  39 + "feedingControl": true,
  40 + "fishSchoolSizeConfig": [
  41 + 200.0,
  42 + 1000.0,
  43 + 2000.0,
  44 + 3000.0
  45 + ],
  46 + "fishSchoolSizeConfigString": [
  47 + "鱼群未聚",
  48 + "鱼群小量聚集",
  49 + "鱼群中量聚集",
  50 + "鱼群大量聚集"
  51 + ],
  52 + "collectionScale": 5,
  53 + "scaleStep": 60,
  54 + "stopTriggeringConditions": 30,
  55 + "ifSendFishSchoolSize": false
  56 +}
  1 +{
  2 + "serialPortConfig": {
  3 + "portName": "COM3",
  4 + "baudrate": 19200,
  5 + "dataBits": 8,
  6 + "stopBits": 1,
  7 + "parity": 0
  8 + },
  9 + "condata": {
  10 + "runmode": 0,
  11 + "runspeed": 5,
  12 + "worktime": 6,
  13 + "interval": 7,
  14 + "runstate": 3,
  15 + "stopfeedcnt": 30,
  16 + "onoff": 0
  17 + },
  18 + "timer": [
  19 + [
  20 + 15,
  21 + 43,
  22 + 16,
  23 + 48,
  24 + 1
  25 + ]
  26 + ]
  27 +}
@@ -62,10 +62,10 @@ public class MqttCallback implements MqttCallbackExtended { @@ -62,10 +62,10 @@ public class MqttCallback implements MqttCallbackExtended {
62 buffer.append("topic:"); 62 buffer.append("topic:");
63 buffer.append(s); 63 buffer.append(s);
64 buffer.append("\r\n"); 64 buffer.append("\r\n");
65 - buffer.append("mqttMessage字符串:");  
66 - buffer.append(mqttMessage.toString()); 65 + buffer.append(desttopic.getClientid()+" mqttMessage字符串:");
  66 + buffer.append(mqttMessage.toString().replaceAll("\\n","").replaceAll("\\s", ""));
67 buffer.append("\r\n"); 67 buffer.append("\r\n");
68 - buffer.append("mqttMessage十六进制:"); 68 + buffer.append(desttopic.getClientid()+" mqttMessage十六进制:");
69 buffer.append(ByteUtil.hexStringToSpace(ByteUtil.toHexString(mqttMessage.getPayload()))); 69 buffer.append(ByteUtil.hexStringToSpace(ByteUtil.toHexString(mqttMessage.getPayload())));
70 buffer.append("\r\n"); 70 buffer.append("\r\n");
71 buffer.append("\r\n"); 71 buffer.append("\r\n");
@@ -64,10 +64,10 @@ public class MqttCallback implements MqttCallbackExtended { @@ -64,10 +64,10 @@ public class MqttCallback implements MqttCallbackExtended {
64 buffer.append("topic:"); 64 buffer.append("topic:");
65 buffer.append(s); 65 buffer.append(s);
66 buffer.append("\r\n"); 66 buffer.append("\r\n");
67 - buffer.append("mqttMessage字符串:");  
68 - buffer.append(mqttMessage.toString()); 67 + buffer.append(desttopic.getClientid()+" mqttMessage字符串:");
  68 + buffer.append(mqttMessage.toString().replaceAll("\\n","").replaceAll("\\s", ""));
69 buffer.append("\r\n"); 69 buffer.append("\r\n");
70 - buffer.append("mqttMessage十六进制:"); 70 + buffer.append(desttopic.getClientid()+" mqttMessage十六进制:");
71 buffer.append(ByteUtil.hexStringToSpace(ByteUtil.toHexString(mqttMessage.getPayload()))); 71 buffer.append(ByteUtil.hexStringToSpace(ByteUtil.toHexString(mqttMessage.getPayload())));
72 buffer.append("\r\n"); 72 buffer.append("\r\n");
73 buffer.append("\r\n"); 73 buffer.append("\r\n");
  1 +{
  2 + "registerList": [
  3 + {
  4 + "address": 0,
  5 + "name": "机器状态",
  6 + "start_char": 0,
  7 + "char_lenth": 16,
  8 + "field_name": "machstate",
  9 + "clas": "java.lang.Integer"
  10 + },
  11 + {
  12 + "address": 1,
  13 + "name": "电池电量",
  14 + "start_char": 0,
  15 + "char_lenth": 16,
  16 + "field_name": "battlevel",
  17 + "clas": "java.lang.Integer"
  18 + },
  19 + {
  20 + "address": 3,
  21 + "name": "厂家码",
  22 + "start_char": 0,
  23 + "char_lenth": 2,
  24 + "field_name": "mfrs",
  25 + "clas": "java.lang.Integer"
  26 + },
  27 + {
  28 + "address": 3,
  29 + "name": "设备类型",
  30 + "start_char": 2,
  31 + "char_lenth": 2,
  32 + "field_name": "equitype",
  33 + "clas": "java.lang.Integer"
  34 + },
  35 + {
  36 + "address": 3,
  37 + "name": "设备模式",
  38 + "start_char": 4,
  39 + "char_lenth": 1,
  40 + "field_name": "equimode",
  41 + "clas": "java.lang.Integer"
  42 + },
  43 + {
  44 + "address": 4,
  45 + "name": "故障代码",
  46 + "start_char": 0,
  47 + "char_lenth": 16,
  48 + "field_name": "faultcode",
  49 + "clas": "java.lang.Integer"
  50 + },
  51 + {
  52 + "address": 5,
  53 + "name": "饲料状态",
  54 + "start_char": 0,
  55 + "char_lenth": 16,
  56 + "field_name": "fodderstate",
  57 + "clas": "java.lang.Boolean"
  58 + },
  59 + {
  60 + "address": 6,
  61 + "name": "饲料重量",
  62 + "start_char": 0,
  63 + "char_lenth": 16,
  64 + "field_name": "fodderweight",
  65 + "clas": "java.lang.Float"
  66 + },
  67 + {
  68 + "address": 7,
  69 + "name": "投料次数",
  70 + "start_char": 0,
  71 + "char_lenth": 16,
  72 + "field_name": "feednum",
  73 + "clas": "java.lang.Integer"
  74 + },
  75 + {
  76 + "address": 8,
  77 + "name": "本次投料量",
  78 + "start_char": 0,
  79 + "char_lenth": 16,
  80 + "field_name": "feedweight",
  81 + "clas": "java.lang.Float"
  82 + },
  83 + {
  84 + "address": 13,
  85 + "name": "运行模式",
  86 + "start_char": 0,
  87 + "char_lenth": 16,
  88 + "field_name": "runmode",
  89 + "clas": "java.lang.Integer"
  90 + },
  91 + {
  92 + "address": 14,
  93 + "name": "投料量",
  94 + "start_char": 0,
  95 + "char_lenth": 16,
  96 + "field_name": "runspeed",
  97 + "clas": "java.lang.Integer"
  98 + },
  99 + {
  100 + "address": 15,
  101 + "name": "投料时间",
  102 + "start_char": 0,
  103 + "char_lenth": 16,
  104 + "field_name": "worktime",
  105 + "clas": "java.lang.Integer"
  106 + },
  107 + {
  108 + "address": 16,
  109 + "name": "间隔时间",
  110 + "start_char": 0,
  111 + "char_lenth": 16,
  112 + "field_name": "interval",
  113 + "clas": "java.lang.Integer"
  114 + },
  115 + {
  116 + "address": 17,
  117 + "name": "开/关",
  118 + "start_char": 0,
  119 + "char_lenth": 16,
  120 + "field_name": "runstate",
  121 + "clas": "java.lang.Integer"
  122 + },
  123 + {
  124 + "address": 18,
  125 + "name": "停投料倒计时",
  126 + "start_char": 0,
  127 + "char_lenth": 16,
  128 + "field_name": "stopfeedcnt",
  129 + "clas": "java.lang.Integer"
  130 + },
  131 + {
  132 + "address": 23,
  133 + "name": "开启分钟",
  134 + "start_char": 0,
  135 + "char_lenth": 8,
  136 + "field_name": "timer1_start_m",
  137 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  138 + },
  139 + {
  140 + "address": 23,
  141 + "name": "开启小时",
  142 + "start_char": 8,
  143 + "char_lenth": 6,
  144 + "field_name": "timer1_start_h",
  145 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  146 + },
  147 + {
  148 + "address": 23,
  149 + "name": "使能",
  150 + "start_char": 14,
  151 + "char_lenth": 1,
  152 + "field_name": "timer1_if_start",
  153 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  154 + },
  155 + {
  156 + "address": 23,
  157 + "name": "有效",
  158 + "start_char": 15,
  159 + "char_lenth": 1,
  160 + "field_name": "timer1_is_start",
  161 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  162 + },
  163 + {
  164 + "address": 24,
  165 + "name": "关闭分钟",
  166 + "start_char": 0,
  167 + "char_lenth": 8,
  168 + "field_name": "timer1_close_m",
  169 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  170 + },
  171 + {
  172 + "address": 24,
  173 + "name": "关闭小时",
  174 + "start_char": 8,
  175 + "char_lenth": 6,
  176 + "field_name": "timer1_close_h",
  177 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  178 + },
  179 + {
  180 + "address": 24,
  181 + "name": "使能",
  182 + "start_char": 14,
  183 + "char_lenth": 1,
  184 + "field_name": "timer1_if_close",
  185 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  186 + },
  187 + {
  188 + "address": 24,
  189 + "name": "有效",
  190 + "start_char": 15,
  191 + "char_lenth": 1,
  192 + "field_name": "timer1_is_close",
  193 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  194 + },
  195 + {
  196 + "address": 25,
  197 + "name": "开启分钟",
  198 + "start_char": 0,
  199 + "char_lenth": 8,
  200 + "field_name": "timer2_start_m",
  201 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  202 + },
  203 + {
  204 + "address": 25,
  205 + "name": "开启小时",
  206 + "start_char": 8,
  207 + "char_lenth": 6,
  208 + "field_name": "timer2_start_h",
  209 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  210 + },
  211 + {
  212 + "address": 25,
  213 + "name": "使能",
  214 + "start_char": 14,
  215 + "char_lenth": 1,
  216 + "field_name": "timer2_if_start",
  217 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  218 + },
  219 + {
  220 + "address": 25,
  221 + "name": "有效",
  222 + "start_char": 15,
  223 + "char_lenth": 1,
  224 + "field_name": "timer2_is_start",
  225 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  226 + },
  227 + {
  228 + "address": 26,
  229 + "name": "关闭分钟",
  230 + "start_char": 0,
  231 + "char_lenth": 8,
  232 + "field_name": "timer2_close_m",
  233 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  234 + },
  235 + {
  236 + "address": 26,
  237 + "name": "关闭小时",
  238 + "start_char": 8,
  239 + "char_lenth": 6,
  240 + "field_name": "timer2_close_h",
  241 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  242 + },
  243 + {
  244 + "address": 26,
  245 + "name": "使能",
  246 + "start_char": 14,
  247 + "char_lenth": 1,
  248 + "field_name": "timer2_if_close",
  249 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  250 + },
  251 + {
  252 + "address": 26,
  253 + "name": "有效",
  254 + "start_char": 15,
  255 + "char_lenth": 1,
  256 + "field_name": "timer2_is_close",
  257 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  258 + },
  259 + {
  260 + "address": 27,
  261 + "name": "开启分钟",
  262 + "start_char": 0,
  263 + "char_lenth": 8,
  264 + "field_name": "timer3_start_m",
  265 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  266 + },
  267 + {
  268 + "address": 27,
  269 + "name": "开启小时",
  270 + "start_char": 8,
  271 + "char_lenth": 6,
  272 + "field_name": "timer3_start_h",
  273 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  274 + },
  275 + {
  276 + "address": 27,
  277 + "name": "使能",
  278 + "start_char": 14,
  279 + "char_lenth": 1,
  280 + "field_name": "timer3_if_start",
  281 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  282 + },
  283 + {
  284 + "address": 27,
  285 + "name": "有效",
  286 + "start_char": 15,
  287 + "char_lenth": 1,
  288 + "field_name": "timer3_is_start",
  289 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  290 + },
  291 + {
  292 + "address": 28,
  293 + "name": "关闭分钟",
  294 + "start_char": 0,
  295 + "char_lenth": 8,
  296 + "field_name": "timer3_close_m",
  297 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  298 + },
  299 + {
  300 + "address": 28,
  301 + "name": "关闭小时",
  302 + "start_char": 8,
  303 + "char_lenth": 6,
  304 + "field_name": "timer3_close_h",
  305 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  306 + },
  307 + {
  308 + "address": 28,
  309 + "name": "使能",
  310 + "start_char": 14,
  311 + "char_lenth": 1,
  312 + "field_name": "timer3_if_close",
  313 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  314 + },
  315 + {
  316 + "address": 28,
  317 + "name": "有效",
  318 + "start_char": 15,
  319 + "char_lenth": 1,
  320 + "field_name": "timer3_is_close",
  321 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  322 + },
  323 + {
  324 + "address": 29,
  325 + "name": "开启分钟",
  326 + "start_char": 0,
  327 + "char_lenth": 8,
  328 + "field_name": "timer4_start_m",
  329 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  330 + },
  331 + {
  332 + "address": 29,
  333 + "name": "开启小时",
  334 + "start_char": 8,
  335 + "char_lenth": 6,
  336 + "field_name": "timer4_start_h",
  337 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  338 + },
  339 + {
  340 + "address": 29,
  341 + "name": "使能",
  342 + "start_char": 14,
  343 + "char_lenth": 1,
  344 + "field_name": "timer4_if_start",
  345 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  346 + },
  347 + {
  348 + "address": 29,
  349 + "name": "有效",
  350 + "start_char": 15,
  351 + "char_lenth": 1,
  352 + "field_name": "timer4_is_start",
  353 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  354 + },
  355 + {
  356 + "address": 30,
  357 + "name": "关闭分钟",
  358 + "start_char": 0,
  359 + "char_lenth": 8,
  360 + "field_name": "timer4_close_m",
  361 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  362 + },
  363 + {
  364 + "address": 30,
  365 + "name": "关闭小时",
  366 + "start_char": 8,
  367 + "char_lenth": 6,
  368 + "field_name": "timer4_close_h",
  369 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  370 + },
  371 + {
  372 + "address": 30,
  373 + "name": "使能",
  374 + "start_char": 14,
  375 + "char_lenth": 1,
  376 + "field_name": "timer4_if_close",
  377 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  378 + },
  379 + {
  380 + "address": 30,
  381 + "name": "有效",
  382 + "start_char": 15,
  383 + "char_lenth": 1,
  384 + "field_name": "timer4_is_close",
  385 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  386 + },
  387 + {
  388 + "address": 31,
  389 + "name": "开启分钟",
  390 + "start_char": 0,
  391 + "char_lenth": 8,
  392 + "field_name": "timer5_start_m",
  393 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  394 + },
  395 + {
  396 + "address": 31,
  397 + "name": "开启小时",
  398 + "start_char": 8,
  399 + "char_lenth": 6,
  400 + "field_name": "timer5_start_h",
  401 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  402 + },
  403 + {
  404 + "address": 31,
  405 + "name": "使能",
  406 + "start_char": 14,
  407 + "char_lenth": 1,
  408 + "field_name": "timer5_if_start",
  409 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  410 + },
  411 + {
  412 + "address": 31,
  413 + "name": "有效",
  414 + "start_char": 15,
  415 + "char_lenth": 1,
  416 + "field_name": "timer5_is_start",
  417 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  418 + },
  419 + {
  420 + "address": 32,
  421 + "name": "关闭分钟",
  422 + "start_char": 0,
  423 + "char_lenth": 8,
  424 + "field_name": "timer5_close_m",
  425 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  426 + },
  427 + {
  428 + "address": 32,
  429 + "name": "关闭小时",
  430 + "start_char": 8,
  431 + "char_lenth": 6,
  432 + "field_name": "timer5_close_h",
  433 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  434 + },
  435 + {
  436 + "address": 32,
  437 + "name": "使能",
  438 + "start_char": 14,
  439 + "char_lenth": 1,
  440 + "field_name": "timer5_if_close",
  441 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  442 + },
  443 + {
  444 + "address": 32,
  445 + "name": "有效",
  446 + "start_char": 15,
  447 + "char_lenth": 1,
  448 + "field_name": "timer5_is_close",
  449 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  450 + },
  451 + {
  452 + "address": 33,
  453 + "name": "开启分钟",
  454 + "start_char": 0,
  455 + "char_lenth": 8,
  456 + "field_name": "timer6_start_m",
  457 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  458 + },
  459 + {
  460 + "address": 33,
  461 + "name": "开启小时",
  462 + "start_char": 8,
  463 + "char_lenth": 6,
  464 + "field_name": "timer6_start_h",
  465 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  466 + },
  467 + {
  468 + "address": 33,
  469 + "name": "使能",
  470 + "start_char": 14,
  471 + "char_lenth": 1,
  472 + "field_name": "timer6_if_start",
  473 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  474 + },
  475 + {
  476 + "address": 33,
  477 + "name": "有效",
  478 + "start_char": 15,
  479 + "char_lenth": 1,
  480 + "field_name": "timer6_is_start",
  481 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  482 + },
  483 + {
  484 + "address": 34,
  485 + "name": "关闭分钟",
  486 + "start_char": 0,
  487 + "char_lenth": 8,
  488 + "field_name": "timer6_close_m",
  489 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  490 + },
  491 + {
  492 + "address": 34,
  493 + "name": "关闭小时",
  494 + "start_char": 8,
  495 + "char_lenth": 6,
  496 + "field_name": "timer6_close_h",
  497 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  498 + },
  499 + {
  500 + "address": 34,
  501 + "name": "使能",
  502 + "start_char": 14,
  503 + "char_lenth": 1,
  504 + "field_name": "timer6_if_close",
  505 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  506 + },
  507 + {
  508 + "address": 34,
  509 + "name": "有效",
  510 + "start_char": 15,
  511 + "char_lenth": 1,
  512 + "field_name": "timer6_is_close",
  513 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  514 + },
  515 + {
  516 + "address": 35,
  517 + "name": "开启分钟",
  518 + "start_char": 0,
  519 + "char_lenth": 8,
  520 + "field_name": "timer7_start_m",
  521 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  522 + },
  523 + {
  524 + "address": 35,
  525 + "name": "开启小时",
  526 + "start_char": 8,
  527 + "char_lenth": 6,
  528 + "field_name": "timer7_start_h",
  529 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  530 + },
  531 + {
  532 + "address": 35,
  533 + "name": "使能",
  534 + "start_char": 14,
  535 + "char_lenth": 1,
  536 + "field_name": "timer7_if_start",
  537 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  538 + },
  539 + {
  540 + "address": 35,
  541 + "name": "有效",
  542 + "start_char": 15,
  543 + "char_lenth": 1,
  544 + "field_name": "timer7_is_start",
  545 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  546 + },
  547 + {
  548 + "address": 36,
  549 + "name": "关闭分钟",
  550 + "start_char": 0,
  551 + "char_lenth": 8,
  552 + "field_name": "timer7_close_m",
  553 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  554 + },
  555 + {
  556 + "address": 36,
  557 + "name": "关闭小时",
  558 + "start_char": 8,
  559 + "char_lenth": 6,
  560 + "field_name": "timer7_close_h",
  561 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  562 + },
  563 + {
  564 + "address": 36,
  565 + "name": "使能",
  566 + "start_char": 14,
  567 + "char_lenth": 1,
  568 + "field_name": "timer7_if_close",
  569 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  570 + },
  571 + {
  572 + "address": 36,
  573 + "name": "有效",
  574 + "start_char": 15,
  575 + "char_lenth": 1,
  576 + "field_name": "timer7_is_close",
  577 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  578 + },
  579 + {
  580 + "address": 37,
  581 + "name": "开启分钟",
  582 + "start_char": 0,
  583 + "char_lenth": 8,
  584 + "field_name": "timer8_start_m",
  585 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  586 + },
  587 + {
  588 + "address": 37,
  589 + "name": "开启小时",
  590 + "start_char": 8,
  591 + "char_lenth": 6,
  592 + "field_name": "timer8_start_h",
  593 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  594 + },
  595 + {
  596 + "address": 37,
  597 + "name": "使能",
  598 + "start_char": 14,
  599 + "char_lenth": 1,
  600 + "field_name": "timer8_if_start",
  601 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  602 + },
  603 + {
  604 + "address": 37,
  605 + "name": "有效",
  606 + "start_char": 15,
  607 + "char_lenth": 1,
  608 + "field_name": "timer8_is_start",
  609 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  610 + },
  611 + {
  612 + "address": 38,
  613 + "name": "关闭分钟",
  614 + "start_char": 0,
  615 + "char_lenth": 8,
  616 + "field_name": "timer8_close_m",
  617 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  618 + },
  619 + {
  620 + "address": 38,
  621 + "name": "关闭小时",
  622 + "start_char": 8,
  623 + "char_lenth": 6,
  624 + "field_name": "timer8_close_h",
  625 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  626 + },
  627 + {
  628 + "address": 38,
  629 + "name": "使能",
  630 + "start_char": 14,
  631 + "char_lenth": 1,
  632 + "field_name": "timer8_if_close",
  633 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  634 + },
  635 + {
  636 + "address": 38,
  637 + "name": "有效",
  638 + "start_char": 15,
  639 + "char_lenth": 1,
  640 + "field_name": "timer8_is_close",
  641 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  642 + },
  643 + {
  644 + "address": 39,
  645 + "name": "开启分钟",
  646 + "start_char": 0,
  647 + "char_lenth": 8,
  648 + "field_name": "timer9_start_m",
  649 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  650 + },
  651 + {
  652 + "address": 39,
  653 + "name": "开启小时",
  654 + "start_char": 8,
  655 + "char_lenth": 6,
  656 + "field_name": "timer9_start_h",
  657 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  658 + },
  659 + {
  660 + "address": 39,
  661 + "name": "使能",
  662 + "start_char": 14,
  663 + "char_lenth": 1,
  664 + "field_name": "timer9_if_start",
  665 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  666 + },
  667 + {
  668 + "address": 39,
  669 + "name": "有效",
  670 + "start_char": 15,
  671 + "char_lenth": 1,
  672 + "field_name": "timer9_is_start",
  673 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  674 + },
  675 + {
  676 + "address": 40,
  677 + "name": "关闭分钟",
  678 + "start_char": 0,
  679 + "char_lenth": 8,
  680 + "field_name": "timer9_close_m",
  681 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  682 + },
  683 + {
  684 + "address": 40,
  685 + "name": "关闭小时",
  686 + "start_char": 8,
  687 + "char_lenth": 6,
  688 + "field_name": "timer9_close_h",
  689 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  690 + },
  691 + {
  692 + "address": 40,
  693 + "name": "使能",
  694 + "start_char": 14,
  695 + "char_lenth": 1,
  696 + "field_name": "timer9_if_close",
  697 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  698 + },
  699 + {
  700 + "address": 40,
  701 + "name": "有效",
  702 + "start_char": 15,
  703 + "char_lenth": 1,
  704 + "field_name": "timer9_is_close",
  705 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  706 + },
  707 + {
  708 + "address": 41,
  709 + "name": "开启分钟",
  710 + "start_char": 0,
  711 + "char_lenth": 8,
  712 + "field_name": "timer10_start_m",
  713 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  714 + },
  715 + {
  716 + "address": 41,
  717 + "name": "开启小时",
  718 + "start_char": 8,
  719 + "char_lenth": 6,
  720 + "field_name": "timer10_start_h",
  721 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  722 + },
  723 + {
  724 + "address": 41,
  725 + "name": "使能",
  726 + "start_char": 14,
  727 + "char_lenth": 1,
  728 + "field_name": "timer10_if_start",
  729 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  730 + },
  731 + {
  732 + "address": 41,
  733 + "name": "有效",
  734 + "start_char": 15,
  735 + "char_lenth": 1,
  736 + "field_name": "timer10_is_start",
  737 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  738 + },
  739 + {
  740 + "address": 42,
  741 + "name": "关闭分钟",
  742 + "start_char": 0,
  743 + "char_lenth": 8,
  744 + "field_name": "timer10_close_m",
  745 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  746 + },
  747 + {
  748 + "address": 42,
  749 + "name": "关闭小时",
  750 + "start_char": 8,
  751 + "char_lenth": 6,
  752 + "field_name": "timer10_close_h",
  753 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  754 + },
  755 + {
  756 + "address": 42,
  757 + "name": "使能",
  758 + "start_char": 14,
  759 + "char_lenth": 1,
  760 + "field_name": "timer10_if_close",
  761 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  762 + },
  763 + {
  764 + "address": 42,
  765 + "name": "有效",
  766 + "start_char": 15,
  767 + "char_lenth": 1,
  768 + "field_name": "timer10_is_close",
  769 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  770 + },
  771 + {
  772 + "address": 43,
  773 + "name": "开启分钟",
  774 + "start_char": 0,
  775 + "char_lenth": 8,
  776 + "field_name": "timer11_start_m",
  777 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  778 + },
  779 + {
  780 + "address": 43,
  781 + "name": "开启小时",
  782 + "start_char": 8,
  783 + "char_lenth": 6,
  784 + "field_name": "timer11_start_h",
  785 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  786 + },
  787 + {
  788 + "address": 43,
  789 + "name": "使能",
  790 + "start_char": 14,
  791 + "char_lenth": 1,
  792 + "field_name": "timer11_if_start",
  793 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  794 + },
  795 + {
  796 + "address": 43,
  797 + "name": "有效",
  798 + "start_char": 15,
  799 + "char_lenth": 1,
  800 + "field_name": "timer11_is_start",
  801 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  802 + },
  803 + {
  804 + "address": 44,
  805 + "name": "关闭分钟",
  806 + "start_char": 0,
  807 + "char_lenth": 8,
  808 + "field_name": "timer11_close_m",
  809 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  810 + },
  811 + {
  812 + "address": 44,
  813 + "name": "关闭小时",
  814 + "start_char": 8,
  815 + "char_lenth": 6,
  816 + "field_name": "timer11_close_h",
  817 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  818 + },
  819 + {
  820 + "address": 44,
  821 + "name": "使能",
  822 + "start_char": 14,
  823 + "char_lenth": 1,
  824 + "field_name": "timer11_if_close",
  825 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  826 + },
  827 + {
  828 + "address": 44,
  829 + "name": "有效",
  830 + "start_char": 15,
  831 + "char_lenth": 1,
  832 + "field_name": "timer11_is_close",
  833 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  834 + },
  835 + {
  836 + "address": 45,
  837 + "name": "开启分钟",
  838 + "start_char": 0,
  839 + "char_lenth": 8,
  840 + "field_name": "timer12_start_m",
  841 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  842 + },
  843 + {
  844 + "address": 45,
  845 + "name": "开启小时",
  846 + "start_char": 8,
  847 + "char_lenth": 6,
  848 + "field_name": "timer12_start_h",
  849 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  850 + },
  851 + {
  852 + "address": 45,
  853 + "name": "使能",
  854 + "start_char": 14,
  855 + "char_lenth": 1,
  856 + "field_name": "timer12_if_start",
  857 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  858 + },
  859 + {
  860 + "address": 45,
  861 + "name": "有效",
  862 + "start_char": 15,
  863 + "char_lenth": 1,
  864 + "field_name": "timer12_is_start",
  865 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  866 + },
  867 + {
  868 + "address": 46,
  869 + "name": "关闭分钟",
  870 + "start_char": 0,
  871 + "char_lenth": 8,
  872 + "field_name": "timer12_close_m",
  873 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  874 + },
  875 + {
  876 + "address": 46,
  877 + "name": "关闭小时",
  878 + "start_char": 8,
  879 + "char_lenth": 6,
  880 + "field_name": "timer12_close_h",
  881 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  882 + },
  883 + {
  884 + "address": 46,
  885 + "name": "使能",
  886 + "start_char": 14,
  887 + "char_lenth": 1,
  888 + "field_name": "timer12_if_close",
  889 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  890 + },
  891 + {
  892 + "address": 46,
  893 + "name": "有效",
  894 + "start_char": 15,
  895 + "char_lenth": 1,
  896 + "field_name": "timer12_is_close",
  897 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  898 + },
  899 + {
  900 + "address": 47,
  901 + "name": "开启分钟",
  902 + "start_char": 0,
  903 + "char_lenth": 8,
  904 + "field_name": "timer13_start_m",
  905 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  906 + },
  907 + {
  908 + "address": 47,
  909 + "name": "开启小时",
  910 + "start_char": 8,
  911 + "char_lenth": 6,
  912 + "field_name": "timer13_start_h",
  913 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  914 + },
  915 + {
  916 + "address": 47,
  917 + "name": "使能",
  918 + "start_char": 14,
  919 + "char_lenth": 1,
  920 + "field_name": "timer13_if_start",
  921 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  922 + },
  923 + {
  924 + "address": 47,
  925 + "name": "有效",
  926 + "start_char": 15,
  927 + "char_lenth": 1,
  928 + "field_name": "timer13_is_start",
  929 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  930 + },
  931 + {
  932 + "address": 48,
  933 + "name": "关闭分钟",
  934 + "start_char": 0,
  935 + "char_lenth": 8,
  936 + "field_name": "timer13_close_m",
  937 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  938 + },
  939 + {
  940 + "address": 48,
  941 + "name": "关闭小时",
  942 + "start_char": 8,
  943 + "char_lenth": 6,
  944 + "field_name": "timer13_close_h",
  945 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  946 + },
  947 + {
  948 + "address": 48,
  949 + "name": "使能",
  950 + "start_char": 14,
  951 + "char_lenth": 1,
  952 + "field_name": "timer13_if_close",
  953 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  954 + },
  955 + {
  956 + "address": 48,
  957 + "name": "有效",
  958 + "start_char": 15,
  959 + "char_lenth": 1,
  960 + "field_name": "timer13_is_close",
  961 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  962 + },
  963 + {
  964 + "address": 49,
  965 + "name": "开启分钟",
  966 + "start_char": 0,
  967 + "char_lenth": 8,
  968 + "field_name": "timer14_start_m",
  969 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  970 + },
  971 + {
  972 + "address": 49,
  973 + "name": "开启小时",
  974 + "start_char": 8,
  975 + "char_lenth": 6,
  976 + "field_name": "timer14_start_h",
  977 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  978 + },
  979 + {
  980 + "address": 49,
  981 + "name": "使能",
  982 + "start_char": 14,
  983 + "char_lenth": 1,
  984 + "field_name": "timer14_if_start",
  985 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  986 + },
  987 + {
  988 + "address": 49,
  989 + "name": "有效",
  990 + "start_char": 15,
  991 + "char_lenth": 1,
  992 + "field_name": "timer14_is_start",
  993 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  994 + },
  995 + {
  996 + "address": 50,
  997 + "name": "关闭分钟",
  998 + "start_char": 0,
  999 + "char_lenth": 8,
  1000 + "field_name": "timer14_close_m",
  1001 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1002 + },
  1003 + {
  1004 + "address": 50,
  1005 + "name": "关闭小时",
  1006 + "start_char": 8,
  1007 + "char_lenth": 6,
  1008 + "field_name": "timer14_close_h",
  1009 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1010 + },
  1011 + {
  1012 + "address": 50,
  1013 + "name": "使能",
  1014 + "start_char": 14,
  1015 + "char_lenth": 1,
  1016 + "field_name": "timer14_if_close",
  1017 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1018 + },
  1019 + {
  1020 + "address": 50,
  1021 + "name": "有效",
  1022 + "start_char": 15,
  1023 + "char_lenth": 1,
  1024 + "field_name": "timer14_is_close",
  1025 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1026 + },
  1027 + {
  1028 + "address": 51,
  1029 + "name": "开启分钟",
  1030 + "start_char": 0,
  1031 + "char_lenth": 8,
  1032 + "field_name": "timer15_start_m",
  1033 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1034 + },
  1035 + {
  1036 + "address": 51,
  1037 + "name": "开启小时",
  1038 + "start_char": 8,
  1039 + "char_lenth": 6,
  1040 + "field_name": "timer15_start_h",
  1041 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1042 + },
  1043 + {
  1044 + "address": 51,
  1045 + "name": "使能",
  1046 + "start_char": 14,
  1047 + "char_lenth": 1,
  1048 + "field_name": "timer15_if_start",
  1049 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1050 + },
  1051 + {
  1052 + "address": 51,
  1053 + "name": "有效",
  1054 + "start_char": 15,
  1055 + "char_lenth": 1,
  1056 + "field_name": "timer15_is_start",
  1057 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1058 + },
  1059 + {
  1060 + "address": 52,
  1061 + "name": "关闭分钟",
  1062 + "start_char": 0,
  1063 + "char_lenth": 8,
  1064 + "field_name": "timer15_close_m",
  1065 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1066 + },
  1067 + {
  1068 + "address": 52,
  1069 + "name": "关闭小时",
  1070 + "start_char": 8,
  1071 + "char_lenth": 6,
  1072 + "field_name": "timer15_close_h",
  1073 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1074 + },
  1075 + {
  1076 + "address": 52,
  1077 + "name": "使能",
  1078 + "start_char": 14,
  1079 + "char_lenth": 1,
  1080 + "field_name": "timer15_if_close",
  1081 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1082 + },
  1083 + {
  1084 + "address": 52,
  1085 + "name": "有效",
  1086 + "start_char": 15,
  1087 + "char_lenth": 1,
  1088 + "field_name": "timer15_is_close",
  1089 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1090 + },
  1091 + {
  1092 + "address": 53,
  1093 + "name": "开启分钟",
  1094 + "start_char": 0,
  1095 + "char_lenth": 8,
  1096 + "field_name": "timer16_start_m",
  1097 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1098 + },
  1099 + {
  1100 + "address": 53,
  1101 + "name": "开启小时",
  1102 + "start_char": 8,
  1103 + "char_lenth": 6,
  1104 + "field_name": "timer16_start_h",
  1105 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1106 + },
  1107 + {
  1108 + "address": 53,
  1109 + "name": "使能",
  1110 + "start_char": 14,
  1111 + "char_lenth": 1,
  1112 + "field_name": "timer16_if_start",
  1113 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1114 + },
  1115 + {
  1116 + "address": 53,
  1117 + "name": "有效",
  1118 + "start_char": 15,
  1119 + "char_lenth": 1,
  1120 + "field_name": "timer16_is_start",
  1121 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1122 + },
  1123 + {
  1124 + "address": 54,
  1125 + "name": "关闭分钟",
  1126 + "start_char": 0,
  1127 + "char_lenth": 8,
  1128 + "field_name": "timer16_close_m",
  1129 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1130 + },
  1131 + {
  1132 + "address": 54,
  1133 + "name": "关闭小时",
  1134 + "start_char": 8,
  1135 + "char_lenth": 6,
  1136 + "field_name": "timer16_close_h",
  1137 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1138 + },
  1139 + {
  1140 + "address": 54,
  1141 + "name": "使能",
  1142 + "start_char": 14,
  1143 + "char_lenth": 1,
  1144 + "field_name": "timer16_if_close",
  1145 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1146 + },
  1147 + {
  1148 + "address": 54,
  1149 + "name": "有效",
  1150 + "start_char": 15,
  1151 + "char_lenth": 1,
  1152 + "field_name": "timer16_is_close",
  1153 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1154 + },
  1155 + {
  1156 + "address": 55,
  1157 + "name": "开启分钟",
  1158 + "start_char": 0,
  1159 + "char_lenth": 8,
  1160 + "field_name": "timer17_start_m",
  1161 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1162 + },
  1163 + {
  1164 + "address": 55,
  1165 + "name": "开启小时",
  1166 + "start_char": 8,
  1167 + "char_lenth": 6,
  1168 + "field_name": "timer17_start_h",
  1169 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1170 + },
  1171 + {
  1172 + "address": 55,
  1173 + "name": "使能",
  1174 + "start_char": 14,
  1175 + "char_lenth": 1,
  1176 + "field_name": "timer17_if_start",
  1177 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1178 + },
  1179 + {
  1180 + "address": 55,
  1181 + "name": "有效",
  1182 + "start_char": 15,
  1183 + "char_lenth": 1,
  1184 + "field_name": "timer17_is_start",
  1185 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1186 + },
  1187 + {
  1188 + "address": 56,
  1189 + "name": "关闭分钟",
  1190 + "start_char": 0,
  1191 + "char_lenth": 8,
  1192 + "field_name": "timer17_close_m",
  1193 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1194 + },
  1195 + {
  1196 + "address": 56,
  1197 + "name": "关闭小时",
  1198 + "start_char": 8,
  1199 + "char_lenth": 6,
  1200 + "field_name": "timer17_close_h",
  1201 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1202 + },
  1203 + {
  1204 + "address": 56,
  1205 + "name": "使能",
  1206 + "start_char": 14,
  1207 + "char_lenth": 1,
  1208 + "field_name": "timer17_if_close",
  1209 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1210 + },
  1211 + {
  1212 + "address": 56,
  1213 + "name": "有效",
  1214 + "start_char": 15,
  1215 + "char_lenth": 1,
  1216 + "field_name": "timer17_is_close",
  1217 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1218 + },
  1219 + {
  1220 + "address": 57,
  1221 + "name": "开启分钟",
  1222 + "start_char": 0,
  1223 + "char_lenth": 8,
  1224 + "field_name": "timer18_start_m",
  1225 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1226 + },
  1227 + {
  1228 + "address": 57,
  1229 + "name": "开启小时",
  1230 + "start_char": 8,
  1231 + "char_lenth": 6,
  1232 + "field_name": "timer18_start_h",
  1233 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1234 + },
  1235 + {
  1236 + "address": 57,
  1237 + "name": "使能",
  1238 + "start_char": 14,
  1239 + "char_lenth": 1,
  1240 + "field_name": "timer18_if_start",
  1241 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1242 + },
  1243 + {
  1244 + "address": 57,
  1245 + "name": "有效",
  1246 + "start_char": 15,
  1247 + "char_lenth": 1,
  1248 + "field_name": "timer18_is_start",
  1249 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1250 + },
  1251 + {
  1252 + "address": 58,
  1253 + "name": "关闭分钟",
  1254 + "start_char": 0,
  1255 + "char_lenth": 8,
  1256 + "field_name": "timer18_close_m",
  1257 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1258 + },
  1259 + {
  1260 + "address": 58,
  1261 + "name": "关闭小时",
  1262 + "start_char": 8,
  1263 + "char_lenth": 6,
  1264 + "field_name": "timer18_close_h",
  1265 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1266 + },
  1267 + {
  1268 + "address": 58,
  1269 + "name": "使能",
  1270 + "start_char": 14,
  1271 + "char_lenth": 1,
  1272 + "field_name": "timer18_if_close",
  1273 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1274 + },
  1275 + {
  1276 + "address": 58,
  1277 + "name": "有效",
  1278 + "start_char": 15,
  1279 + "char_lenth": 1,
  1280 + "field_name": "timer18_is_close",
  1281 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1282 + },
  1283 + {
  1284 + "address": 59,
  1285 + "name": "开启分钟",
  1286 + "start_char": 0,
  1287 + "char_lenth": 8,
  1288 + "field_name": "timer19_start_m",
  1289 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1290 + },
  1291 + {
  1292 + "address": 59,
  1293 + "name": "开启小时",
  1294 + "start_char": 8,
  1295 + "char_lenth": 6,
  1296 + "field_name": "timer19_start_h",
  1297 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1298 + },
  1299 + {
  1300 + "address": 59,
  1301 + "name": "使能",
  1302 + "start_char": 14,
  1303 + "char_lenth": 1,
  1304 + "field_name": "timer19_if_start",
  1305 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1306 + },
  1307 + {
  1308 + "address": 59,
  1309 + "name": "有效",
  1310 + "start_char": 15,
  1311 + "char_lenth": 1,
  1312 + "field_name": "timer19_is_start",
  1313 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1314 + },
  1315 + {
  1316 + "address": 60,
  1317 + "name": "关闭分钟",
  1318 + "start_char": 0,
  1319 + "char_lenth": 8,
  1320 + "field_name": "timer19_close_m",
  1321 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1322 + },
  1323 + {
  1324 + "address": 60,
  1325 + "name": "关闭小时",
  1326 + "start_char": 8,
  1327 + "char_lenth": 6,
  1328 + "field_name": "timer19_close_h",
  1329 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1330 + },
  1331 + {
  1332 + "address": 60,
  1333 + "name": "使能",
  1334 + "start_char": 14,
  1335 + "char_lenth": 1,
  1336 + "field_name": "timer19_if_close",
  1337 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1338 + },
  1339 + {
  1340 + "address": 60,
  1341 + "name": "有效",
  1342 + "start_char": 15,
  1343 + "char_lenth": 1,
  1344 + "field_name": "timer19_is_close",
  1345 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1346 + },
  1347 + {
  1348 + "address": 61,
  1349 + "name": "开启分钟",
  1350 + "start_char": 0,
  1351 + "char_lenth": 8,
  1352 + "field_name": "timer20_start_m",
  1353 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1354 + },
  1355 + {
  1356 + "address": 61,
  1357 + "name": "开启小时",
  1358 + "start_char": 8,
  1359 + "char_lenth": 6,
  1360 + "field_name": "timer20_start_h",
  1361 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1362 + },
  1363 + {
  1364 + "address": 61,
  1365 + "name": "使能",
  1366 + "start_char": 14,
  1367 + "char_lenth": 1,
  1368 + "field_name": "timer20_if_start",
  1369 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1370 + },
  1371 + {
  1372 + "address": 61,
  1373 + "name": "有效",
  1374 + "start_char": 15,
  1375 + "char_lenth": 1,
  1376 + "field_name": "timer20_is_start",
  1377 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1378 + },
  1379 + {
  1380 + "address": 62,
  1381 + "name": "关闭分钟",
  1382 + "start_char": 0,
  1383 + "char_lenth": 8,
  1384 + "field_name": "timer20_close_m",
  1385 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1386 + },
  1387 + {
  1388 + "address": 62,
  1389 + "name": "关闭小时",
  1390 + "start_char": 8,
  1391 + "char_lenth": 6,
  1392 + "field_name": "timer20_close_h",
  1393 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1394 + },
  1395 + {
  1396 + "address": 62,
  1397 + "name": "使能",
  1398 + "start_char": 14,
  1399 + "char_lenth": 1,
  1400 + "field_name": "timer20_if_close",
  1401 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1402 + },
  1403 + {
  1404 + "address": 62,
  1405 + "name": "有效",
  1406 + "start_char": 15,
  1407 + "char_lenth": 1,
  1408 + "field_name": "timer20_is_close",
  1409 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1410 + },
  1411 + {
  1412 + "address": 63,
  1413 + "name": "开启分钟",
  1414 + "start_char": 0,
  1415 + "char_lenth": 8,
  1416 + "field_name": "timer21_start_m",
  1417 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1418 + },
  1419 + {
  1420 + "address": 63,
  1421 + "name": "开启小时",
  1422 + "start_char": 8,
  1423 + "char_lenth": 6,
  1424 + "field_name": "timer21_start_h",
  1425 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1426 + },
  1427 + {
  1428 + "address": 63,
  1429 + "name": "使能",
  1430 + "start_char": 14,
  1431 + "char_lenth": 1,
  1432 + "field_name": "timer21_if_start",
  1433 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1434 + },
  1435 + {
  1436 + "address": 63,
  1437 + "name": "有效",
  1438 + "start_char": 15,
  1439 + "char_lenth": 1,
  1440 + "field_name": "timer21_is_start",
  1441 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1442 + },
  1443 + {
  1444 + "address": 64,
  1445 + "name": "关闭分钟",
  1446 + "start_char": 0,
  1447 + "char_lenth": 8,
  1448 + "field_name": "timer21_close_m",
  1449 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1450 + },
  1451 + {
  1452 + "address": 64,
  1453 + "name": "关闭小时",
  1454 + "start_char": 8,
  1455 + "char_lenth": 6,
  1456 + "field_name": "timer21_close_h",
  1457 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1458 + },
  1459 + {
  1460 + "address": 64,
  1461 + "name": "使能",
  1462 + "start_char": 14,
  1463 + "char_lenth": 1,
  1464 + "field_name": "timer21_if_close",
  1465 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1466 + },
  1467 + {
  1468 + "address": 64,
  1469 + "name": "有效",
  1470 + "start_char": 15,
  1471 + "char_lenth": 1,
  1472 + "field_name": "timer21_is_close",
  1473 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1474 + },
  1475 + {
  1476 + "address": 65,
  1477 + "name": "开启分钟",
  1478 + "start_char": 0,
  1479 + "char_lenth": 8,
  1480 + "field_name": "timer22_start_m",
  1481 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1482 + },
  1483 + {
  1484 + "address": 65,
  1485 + "name": "开启小时",
  1486 + "start_char": 8,
  1487 + "char_lenth": 6,
  1488 + "field_name": "timer22_start_h",
  1489 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1490 + },
  1491 + {
  1492 + "address": 65,
  1493 + "name": "使能",
  1494 + "start_char": 14,
  1495 + "char_lenth": 1,
  1496 + "field_name": "timer22_if_start",
  1497 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1498 + },
  1499 + {
  1500 + "address": 65,
  1501 + "name": "有效",
  1502 + "start_char": 15,
  1503 + "char_lenth": 1,
  1504 + "field_name": "timer22_is_start",
  1505 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1506 + },
  1507 + {
  1508 + "address": 66,
  1509 + "name": "关闭分钟",
  1510 + "start_char": 0,
  1511 + "char_lenth": 8,
  1512 + "field_name": "timer22_close_m",
  1513 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1514 + },
  1515 + {
  1516 + "address": 66,
  1517 + "name": "关闭小时",
  1518 + "start_char": 8,
  1519 + "char_lenth": 6,
  1520 + "field_name": "timer22_close_h",
  1521 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1522 + },
  1523 + {
  1524 + "address": 66,
  1525 + "name": "使能",
  1526 + "start_char": 14,
  1527 + "char_lenth": 1,
  1528 + "field_name": "timer22_if_close",
  1529 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1530 + },
  1531 + {
  1532 + "address": 66,
  1533 + "name": "有效",
  1534 + "start_char": 15,
  1535 + "char_lenth": 1,
  1536 + "field_name": "timer22_is_close",
  1537 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1538 + },
  1539 + {
  1540 + "address": 67,
  1541 + "name": "开启分钟",
  1542 + "start_char": 0,
  1543 + "char_lenth": 8,
  1544 + "field_name": "timer23_start_m",
  1545 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1546 + },
  1547 + {
  1548 + "address": 67,
  1549 + "name": "开启小时",
  1550 + "start_char": 8,
  1551 + "char_lenth": 6,
  1552 + "field_name": "timer23_start_h",
  1553 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1554 + },
  1555 + {
  1556 + "address": 67,
  1557 + "name": "使能",
  1558 + "start_char": 14,
  1559 + "char_lenth": 1,
  1560 + "field_name": "timer23_if_start",
  1561 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1562 + },
  1563 + {
  1564 + "address": 67,
  1565 + "name": "有效",
  1566 + "start_char": 15,
  1567 + "char_lenth": 1,
  1568 + "field_name": "timer23_is_start",
  1569 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1570 + },
  1571 + {
  1572 + "address": 68,
  1573 + "name": "关闭分钟",
  1574 + "start_char": 0,
  1575 + "char_lenth": 8,
  1576 + "field_name": "timer23_close_m",
  1577 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1578 + },
  1579 + {
  1580 + "address": 68,
  1581 + "name": "关闭小时",
  1582 + "start_char": 8,
  1583 + "char_lenth": 6,
  1584 + "field_name": "timer23_close_h",
  1585 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1586 + },
  1587 + {
  1588 + "address": 68,
  1589 + "name": "使能",
  1590 + "start_char": 14,
  1591 + "char_lenth": 1,
  1592 + "field_name": "timer23_if_close",
  1593 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1594 + },
  1595 + {
  1596 + "address": 68,
  1597 + "name": "有效",
  1598 + "start_char": 15,
  1599 + "char_lenth": 1,
  1600 + "field_name": "timer23_is_close",
  1601 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1602 + },
  1603 + {
  1604 + "address": 69,
  1605 + "name": "开启分钟",
  1606 + "start_char": 0,
  1607 + "char_lenth": 8,
  1608 + "field_name": "timer24_start_m",
  1609 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1610 + },
  1611 + {
  1612 + "address": 69,
  1613 + "name": "开启小时",
  1614 + "start_char": 8,
  1615 + "char_lenth": 6,
  1616 + "field_name": "timer24_start_h",
  1617 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1618 + },
  1619 + {
  1620 + "address": 69,
  1621 + "name": "使能",
  1622 + "start_char": 14,
  1623 + "char_lenth": 1,
  1624 + "field_name": "timer24_if_start",
  1625 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1626 + },
  1627 + {
  1628 + "address": 69,
  1629 + "name": "有效",
  1630 + "start_char": 15,
  1631 + "char_lenth": 1,
  1632 + "field_name": "timer24_is_start",
  1633 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1634 + },
  1635 + {
  1636 + "address": 70,
  1637 + "name": "关闭分钟",
  1638 + "start_char": 0,
  1639 + "char_lenth": 8,
  1640 + "field_name": "timer24_close_m",
  1641 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1642 + },
  1643 + {
  1644 + "address": 70,
  1645 + "name": "关闭小时",
  1646 + "start_char": 8,
  1647 + "char_lenth": 6,
  1648 + "field_name": "timer24_close_h",
  1649 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1650 + },
  1651 + {
  1652 + "address": 70,
  1653 + "name": "使能",
  1654 + "start_char": 14,
  1655 + "char_lenth": 1,
  1656 + "field_name": "timer24_if_close",
  1657 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1658 + },
  1659 + {
  1660 + "address": 70,
  1661 + "name": "有效",
  1662 + "start_char": 15,
  1663 + "char_lenth": 1,
  1664 + "field_name": "timer24_is_close",
  1665 + "clas": "com.zhonglai.luhui.smart.feeder.dto.commd.FeederTimer"
  1666 + }
  1667 + ]
  1668 +}
  1 +{
  2 + "ifUpLoadData": true,
  3 + "ifVeiw": false,
  4 + "nettyConfig": {
  5 + "host": "120.79.198.245",
  6 + "port": 4722,
  7 + "clientId": "202353363847662"
  8 + },
  9 + "password": "GUARPA",
  10 + "ifRegisterConfig": false
  11 +}