From 3b4565cb392799700ec19efc741300a5b4238066 Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Tue, 23 Apr 2024 23:34:12 +0700 Subject: [PATCH] update --- src/utils.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.jl b/src/utils.jl index aecd372..e1f6700 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -64,6 +64,7 @@ function sendReceivePrompt(a::T1, prompt::String, sendtopic::String; msgMeta[:receiverName] = "text2textchat" msgMeta[:replyTopic] = a.config[:receiveinternal][:mqtttopic] msgMeta[:msgId] = string(uuid4()) + msgMeta[:mqttServerInfo][:broker] = "mqtt.yiem.cc" outgoing_msg = Dict( :msgMeta=> msgMeta,