Showing
1 changed file
with
1 additions
and
2 deletions
| @@ -78,8 +78,7 @@ | @@ -78,8 +78,7 @@ | ||
| 78 | return deviceType === DeviceTypeEnum.SENSOR && transportType === 'TCP'; | 78 | return deviceType === DeviceTypeEnum.SENSOR && transportType === 'TCP'; |
| 79 | }); | 79 | }); |
| 80 | 80 | ||
| 81 | - const blockContent = `属性一般是设备的运行状态,如当前温度等;服务是设备可被调用的方法,支持定义参数,如执行某项任务;事件则是设备上报的 | ||
| 82 | -通知,如告警,需要被及时处理。`; | 81 | + const blockContent = `属性一般是指设备的运行状态,如当前温度等;服务是指设备可被调用的方法,支持定义参数,如执行某项任务;事件则是指设备上报的通知,如告警,需要被及时处理。`; |
| 83 | const activeKey = ref<FunctionType>(FunctionType.PROPERTIES); | 82 | const activeKey = ref<FunctionType>(FunctionType.PROPERTIES); |
| 84 | const size = ref('small'); | 83 | const size = ref('small'); |
| 85 | 84 |