update
This commit is contained in:
@@ -117,7 +117,7 @@ end
|
||||
julia> using Revise
|
||||
julia> using GeneralUtils, Dates, JSON3, UUIDs
|
||||
julia> mqttMsgReceiveTopic = ["/receivetopic_1", "/receivetopic_2"]
|
||||
julia> mqttMsgReceiveChannel = (ch1=Channel(8), ch2=Channel(32))
|
||||
julia> mqttMsgReceiveChannel = (ch1=Channel(8), ch2=Channel(32)) # single channel Ex. (ch1=Channel(8),)
|
||||
julia> keepaliveChannel = Channel(8)
|
||||
julia> function onMsgCallback(topic, payload)
|
||||
jobj = JSON3.read(String(payload))
|
||||
|
||||
Reference in New Issue
Block a user