| | |
| | | import com.fzzy.gateway.data.BaseReqData; |
| | | import com.fzzy.gateway.data.BaseResp; |
| | | import com.fzzy.gateway.entity.GatewayDevice; |
| | | import com.fzzy.io.request.BaseRequest; |
| | | import com.fzzy.protocol.ProtocolUtils; |
| | | import com.fzzy.protocol.bhzn.cmd.CommandBuild; |
| | | import com.fzzy.protocol.bhzn.server.BhznGrainV2ServerEngine; |
| | | import com.fzzy.protocol.bhzn.server.BhznGrainV2ServerUtils; |
| | | import com.fzzy.protocol.zldz.data.Message; |
| | | import com.ld.io.api.InvokeResult; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.stereotype.Component; |
| | |
| | | } |
| | | return resp; |
| | | } |
| | | |
| | | @Override |
| | | public BaseResp syncConf(BaseReqData reqData) { |
| | | return new BaseResp(); |
| | | } |
| | | |
| | | @Override |
| | | public BaseResp writeConf(BaseReqData reqData) { |
| | | return new BaseResp(); |
| | | } |
| | | |
| | | @Override |
| | | public BaseResp initCable(BaseReqData reqData) { |
| | | return new BaseResp(); |
| | | } |
| | | |
| | | @Override |
| | | public BaseResp disconnect(BaseReqData reqData) { |
| | | return new BaseResp(); |
| | | } |
| | | |
| | | @Override |
| | | public BaseResp transparent(BaseReqData reqData) { |
| | | return new BaseResp(); |
| | | } |
| | | } |