|
|
@@ -11,9 +11,7 @@ import com.grkj.iscs.model.DeviceConst.DOCK_TYPE_ELEC_LOCK_BOARD
|
|
|
import com.grkj.iscs.model.DeviceConst.DOCK_TYPE_KEY
|
|
|
import com.grkj.iscs.model.DeviceConst.DOCK_TYPE_LOCK
|
|
|
import com.grkj.iscs.model.DeviceConst.DOCK_TYPE_PORTABLE
|
|
|
-import com.grkj.iscs.util.ToastUtils
|
|
|
import com.grkj.iscs.util.log.LogUtil
|
|
|
-import java.util.stream.Collectors
|
|
|
|
|
|
/**
|
|
|
* 业务层管理
|
|
|
@@ -69,6 +67,9 @@ object BusinessManager {
|
|
|
ModBusController.controlLockBuckle(false, dockBean.addr.toInt() - 1, lockBean.idx)
|
|
|
}
|
|
|
}
|
|
|
+ DOCK_TYPE_ELEC_LOCK_BOARD -> {
|
|
|
+ // TODO 占位
|
|
|
+ }
|
|
|
DOCK_TYPE_PORTABLE -> {
|
|
|
// TODO 便携式待完善
|
|
|
dockBean.deviceList.forEach { deviceBean ->
|