|
|
@ -139,7 +139,7 @@ public class UfZcancmderWebsocket extends UfConnectionBase { |
|
|
|
} |
|
|
|
|
|
|
|
TsMdbActuator actuator = TsMdbActuator.findOne(TsMdbActuator.class, actuatorCmd.actuatorId); |
|
|
|
int moduleId = actuator.aid; |
|
|
|
int moduleId = 0; //actuator.aid; |
|
|
|
|
|
|
|
int cmdId = Integer.parseInt(actuatorCmd.cmdId, 16); |
|
|
|
int subCmdId = cmdId & 0xFF; |
|
|
|