src/main/java/com/zy/core/network/ZyStationConnectDriver.java
@@ -104,4 +104,12 @@ public CommandResponse sendCommand(StationCommand command) { return zyStationConnectApi.sendCommand(deviceConfig.getDeviceNo(), command); } public CommandResponse sendOriginCommand(String address, short[] data) { return zyStationConnectApi.sendOriginCommand(address, data); } public byte[] readOriginCommand(String address, int length) { return zyStationConnectApi.readOriginCommand(address, length); } }