|
|
@@ -5802,10 +5802,10 @@ function createMonitorPanel3D(modal, partition) {
|
|
|
panelManager.createPanel(modal.scene, {
|
|
|
instanceId: partition.name,
|
|
|
sensorData: {
|
|
|
- positionName: '工作面A',
|
|
|
- temperature: 65,
|
|
|
- smoke: 80,
|
|
|
- co: 45,
|
|
|
+ positionName: '分区#X',
|
|
|
+ temperature: 80,
|
|
|
+ smoke: 0,
|
|
|
+ co: 0,
|
|
|
},
|
|
|
threshold: { temperature: 70 },
|
|
|
position: [center.x, center.y, center.z],
|