|
@ -117,10 +117,15 @@ const selectedValuesTop = ref(['0']) |
|
|
const selectedValuesBottom = ref(['0']) |
|
|
const selectedValuesBottom = ref(['0']) |
|
|
|
|
|
|
|
|
onMounted(() => { |
|
|
onMounted(() => { |
|
|
|
|
|
try { |
|
|
|
|
|
webSocketStore.sendCommandMsg(airInletProportionalValve_getStateJSON) |
|
|
|
|
|
webSocketStore.sendCommandMsg(AirOutletProportionalValve_getStateJSON) |
|
|
|
|
|
} catch (error) { |
|
|
setTimeout(() => { |
|
|
setTimeout(() => { |
|
|
webSocketStore.sendCommandMsg(airInletProportionalValve_getStateJSON) |
|
|
webSocketStore.sendCommandMsg(airInletProportionalValve_getStateJSON) |
|
|
webSocketStore.sendCommandMsg(AirOutletProportionalValve_getStateJSON) |
|
|
webSocketStore.sendCommandMsg(AirOutletProportionalValve_getStateJSON) |
|
|
}, 1000) |
|
|
}, 1000) |
|
|
|
|
|
} |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
watch( |
|
|
watch( |
|
|