|  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public MidResult[] parse(Boolean isLowPower, CodeParseParams params, CodeParseCallback callback)throws Exception { | 
|---|
|  |  |  | ParseParamsForUpV202404 para = (ParseParamsForUpV202404)params ; | 
|---|
|  |  |  | int bsLen = new CommonV202404().parseDataLen(para.upBuffer) ; | 
|---|
|  |  |  | int bsLen = new CommonV202404().parseDataLen4P202404(para.upBuffer) ; | 
|---|
|  |  |  | if(bsLen > 0){ | 
|---|
|  |  |  | this.doParse(para.upBuffer, | 
|---|
|  |  |  | bsLen, | 
|---|
|  |  |  | 
|---|
|  |  |  | callback.notify(new ValveStateInfo(true)); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | return new MidResult[]{midRs, confirmCommand} ; | 
|---|
|  |  |  | return new MidResult[]{confirmCommand, midRs} ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 执行分析 | 
|---|