二维码生成
This commit is contained in:
@@ -7,5 +7,6 @@ export const MQTT_OPTIONS = {
|
||||
clientId: '',
|
||||
username: MQTT_USERNAME,
|
||||
password: MQTT_PASSWORD,
|
||||
clean: false
|
||||
clean: false,
|
||||
Qos: 1,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user