|
@ -15,7 +15,7 @@ public class DeviceStatus { |
|
|
@Schema(description = "是否是急停状态,true为急停") |
|
|
@Schema(description = "是否是急停状态,true为急停") |
|
|
private Boolean emergencyStop; |
|
|
private Boolean emergencyStop; |
|
|
|
|
|
|
|
|
@Schema(description = "门状态,0为关闭状态,1为开启状态") |
|
|
|
|
|
|
|
|
@Schema(description = "门状态,true为开启状态,false为关闭状态") |
|
|
private Boolean doorStatus; |
|
|
private Boolean doorStatus; |
|
|
|
|
|
|
|
|
@Schema(description = "导轨机械臂状态") |
|
|
@Schema(description = "导轨机械臂状态") |
|
@ -95,7 +95,7 @@ public class DeviceStatus { |
|
|
@Schema(description = "拍子密封状态,true为已密封,false为未密封") |
|
|
@Schema(description = "拍子密封状态,true为已密封,false为未密封") |
|
|
private Boolean isSealed; |
|
|
private Boolean isSealed; |
|
|
@Schema(description = "加热器当前温度") |
|
|
@Schema(description = "加热器当前温度") |
|
|
private Boolean temperature; |
|
|
|
|
|
|
|
|
private Double temperature; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|