| | |
| | | import com.fzzy.api.utils.BytesUtil; |
| | | import com.fzzy.api.utils.SpringUtil; |
| | | import com.fzzy.gateway.GatewayUtils; |
| | | import com.fzzy.gateway.api.DeviceReportService; |
| | | import com.fzzy.gateway.api.GatewayRemoteManager; |
| | | import com.fzzy.gateway.entity.GatewayDevice; |
| | | import com.fzzy.gateway.hx2023.service.HxGatewaySyncWeightImpl1; |
| | | import com.ld.io.api.IoMsgConsumer; |
| | | import com.ld.io.api.IoSession; |
| | | import lombok.extern.slf4j.Slf4j; |
| | |
| | | timeTag = System.currentTimeMillis(); |
| | | |
| | | String temp = strMsg.substring(2, 4); |
| | | String symbol = HexASCIIToConvert(temp); |
| | | //String symbol = HexASCIIToConvert(temp); |
| | | temp = strMsg.substring(4, 16); |
| | | String w = HexASCIIToConvert(temp); |
| | | temp = strMsg.substring(16, 18); |