This commit is contained in:
narawat lamaiin
2024-05-06 14:48:03 +07:00
parent 097a51b956
commit 89c6af780f
2 changed files with 16 additions and 5 deletions

View File

@@ -79,7 +79,17 @@ result = GeneralUtils.sendMqttMsg(outgoingMsg)
outgoingMsg = Dict(
:msgMeta=> msgMeta,
:payload=> Dict(
:text=> "<<ok>>",
:text=> "<<OK, I'll take it.>>",
)
)
result = GeneralUtils.sendMqttMsg(outgoingMsg)
outgoingMsg = Dict(
:msgMeta=> msgMeta,
:payload=> Dict(
:text=> "Dry please.",
)
)
result = GeneralUtils.sendMqttMsg(outgoingMsg)
@@ -93,4 +103,3 @@ result = GeneralUtils.sendMqttMsg(outgoingMsg)