设备上电审核前上报的基础信息表管理接口
This commit is contained in:
@ -75,6 +75,7 @@ spring:
|
||||
password: fastbee # 密码
|
||||
host-url: tcp://localhost:1883 # mqtt连接tcp地址
|
||||
client-id: ${random.int} # 客户端Id,不能相同,采用随机数 ${random.value}
|
||||
# client-id: mqttx_22ee8d0f # 客户端Id,不能相同,采用随机数 ${random.value}
|
||||
default-topic: test # 默认主题
|
||||
timeout: 30 # 超时时间
|
||||
keepalive: 30 # 保持连接
|
||||
|
Reference in New Issue
Block a user