562935844@qq.com
2023-11-27 566ddb2ea03e2514de50f2ca861a2674f6e840ac
HDL_TTLSDK485/src/main/java/com/hdl/sdk/ttl/HDLDeviceManger/Bean/AppliancesInfo.java
@@ -203,13 +203,12 @@
//    }
    public String getDeviceKey() {
        if (deviceKey == null) {
            deviceKey = "K" + this.bigType
                    + "-" + this.littleType
                    + "-" + this.deviceSubnetID
                    + "-" + this.deviceDeviceID
                    + "-" + this.channelNum;
        }
        deviceKey = this.bigType
                + "-" + this.littleType
                + "-" + this.deviceSubnetID
                + "-" + this.deviceDeviceID
                + "-" + this.channelNum;
        return deviceKey;
    }
@@ -223,10 +222,10 @@
                "deviceName='" + deviceName + '\'' +
                ", bigType=" + bigType +
                ", littleType=" + littleType +
                ", ctrlCommand=" + ctrlCommand +
                ", ctrlBackCommand=" + ctrlBackCommand +
                ", stateCommand=" + stateCommand +
                ", stateBackCommand=" + stateBackCommand +
                ", ctrlCommand=" + Integer.toHexString(ctrlCommand) +
                ", ctrlBackCommand=" + Integer.toHexString(ctrlBackCommand) +
                ", stateCommand=" + Integer.toHexString(stateCommand) +
                ", stateBackCommand=" + Integer.toHexString(stateBackCommand) +
                ", channelNum=" + channelNum +
                ", deviceSubnetID=" + deviceSubnetID +
                ", deviceDeviceID=" + deviceDeviceID +