新需求固化室一键解绑

This commit is contained in:
psh
2024-03-22 15:15:54 +08:00
parent 8ca2109d99
commit 5124b3c782
2 changed files with 65 additions and 25 deletions

View File

@@ -121,6 +121,9 @@ public class StandardAutodoorDeviceDriver extends AbstractOpcDeviceDriver implem
request.setDevice_code(this.getDeviceCode());
request.setType("1");
acsToWmsService.notify(request);
if(state==4) {
this. writing(ItemProtocol.item_to_state,4);
}
}
last_action = action;
last_mode = mode;