Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 471d4cf1ba |
@@ -100,7 +100,8 @@ export default {
|
||||
this.mqttPub(taskInfo.getTaskInfo().controllerID + '_user', JSON.stringify({
|
||||
header: 'device_instruction/0',
|
||||
device: taskInfo.getRawDeviceID(device.id),
|
||||
instruction: 'start',
|
||||
instruction: 'record',
|
||||
// instruction: 'start',
|
||||
}))
|
||||
device.isSync = true
|
||||
this.$emit('refreshSetting')
|
||||
@@ -115,7 +116,8 @@ export default {
|
||||
this.mqttPub(taskInfo.getTaskInfo().controllerID + '_user', JSON.stringify({
|
||||
header: 'device_instruction/0',
|
||||
device: taskInfo.getRawDeviceID(device.id),
|
||||
instruction: 'interrupt',
|
||||
// instruction: 'interrupt',
|
||||
instruction: 'stop_record',
|
||||
}))
|
||||
}
|
||||
// device.isSync = false
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="flex" >
|
||||
<div>
|
||||
<!-- <div>
|
||||
<div class="row sm12 xl12 md12 xs12">
|
||||
<va-button
|
||||
class="mx-1 px-2 mb-3"
|
||||
@@ -21,7 +21,7 @@
|
||||
Stop
|
||||
</va-button>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<va-tree-root >
|
||||
<va-tree-category
|
||||
|
||||
Reference in New Issue
Block a user