iscs pscada 自动化系统

This commit is contained in:
xzb 2023-12-22 15:04:33 +08:00
parent 6275d879a2
commit 82461d6598

View File

@ -148,7 +148,7 @@ func HandcartSwitchOperate(w ecs.World, deviceId string, opt HandcartSwitchOptEn
case HpTest: case HpTest:
return component.HpTest, nil return component.HpTest, nil
default: default:
return component.StpOpened, fmt.Errorf("手车式开关操作[%d]不存在", opt) return component.HpOpened, fmt.Errorf("手车式开关操作[%d]不存在", opt)
} }
} }
// //