设备管理-机场列表-针对clientId修改回退
parent
e1d8e8e6b0
commit
b94e803ba2
|
|
@ -13,7 +13,7 @@ const connection = {
|
|||
connectTimeout: 30 * 1000, // ms
|
||||
reconnectPeriod: 4000, // ms
|
||||
// clientId: 'mqttx_' + Math.random().toString(16).substring(2, 8),
|
||||
clientId: `mqtt_${Math.random().toString(16).slice(2)}`,
|
||||
clientId: 'mqtt_client_1581F8HGX254V00A0BUY',
|
||||
// auth
|
||||
username: 'sdhc',
|
||||
password: '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue