Ajouter skill MQTT (publish/subscribe) + paramètres broker dans config
This commit is contained in:
@@ -4,5 +4,8 @@
|
||||
"xmpp_jid": "agent1@VOTRE_DOMAINE",
|
||||
"xmpp_pass": "VOTRE_MOT_DE_PASSE",
|
||||
"admin_jid": "vous@VOTRE_DOMAINE",
|
||||
"db_path": "/opt/agent/memory.db"
|
||||
"db_path": "/opt/agent/memory.db",
|
||||
"mqtt_host": "localhost",
|
||||
"mqtt_port": 1883,
|
||||
"mqtt_client_id": "agent1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user