|
@ -1,7 +1,7 @@ |
|
|
export type OperationCmd = "moveMotorToPosition"; // 移动电机
|
|
|
export type OperationCmd = "moveMotorToPosition"; // 移动电机
|
|
|
|
|
|
|
|
|
export type ControlType = { |
|
|
export type ControlType = { |
|
|
valveType: string; |
|
|
|
|
|
|
|
|
type: string; |
|
|
isOpen: Boolean; |
|
|
isOpen: Boolean; |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
@ -74,7 +74,7 @@ export type VoltageType = { |
|
|
|
|
|
|
|
|
export type ControlValueType = { |
|
|
export type ControlValueType = { |
|
|
params: { |
|
|
params: { |
|
|
valveType: ControlNitrogen; |
|
|
|
|
|
|
|
|
type: ControlNitrogen; |
|
|
isOpen: boolean; |
|
|
isOpen: boolean; |
|
|
}; |
|
|
}; |
|
|
}; |
|
|
}; |
|
|