This commit is contained in:
narawat lamaiin
2024-05-11 16:30:21 +07:00
parent 2e9c21f243
commit 724519f74b
2 changed files with 13 additions and 5 deletions

View File

@@ -162,10 +162,10 @@ result = GeneralUtils.sendMqttMsg(outgoingMsg)
outgoingMsg = Dict(
:msgMeta=> msgMeta,
:payload=> Dict(
:text=> "You didn't tell me wine name.",
:text=> "Yes.",
:select=> nothing,
:reward=> -1,
:isterminal=> true,
:reward=> 0,
:isterminal=> false,
)
)
result = GeneralUtils.sendMqttMsg(outgoingMsg)