<
From version < 7.6 >
edited by Xiaoling
on 2022/05/27 13:48
To version < 7.3 >
edited by Xiaoling
on 2022/05/27 13:45
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -101,6 +101,7 @@
101 101  * USERNAME: User ID (-u)
102 102  * HOSTNAME: Device Hostname
103 103  
104 +
104 104  === 3.3.2 -m message macro ===
105 105  
106 106  * HOSTNAME: Device Hostname
... ... @@ -109,6 +109,7 @@
109 109  * META: Completely sensor data with time stamp and rssi
110 110  * JSON: Convert META to json format.
111 111  
113 +
112 112  === 3.3.3 Example for Macro ===
113 113  
114 114  [[image:image-20220527134251-4.png]]
... ... @@ -186,7 +186,7 @@
186 186  ~-~-help : display this message.
187 187  ~-~-repeat : if publish mode is -f, -m, or -s, then repeat the publish N times.
188 188  ~-~-repeat-delay : if using ~-~-repeat, wait time seconds between publishes. Defaults to 0.
189 -~-~-quiet : (% style="color:red" %)don't print error messages.
191 +~-~-quiet : (% class="mark" %)don't print error messages.
190 190  ~-~-will-payload : payload for the client Will, which is sent by the broker in case of
191 191   unexpected disconnection. If not given and will-topic is set, a zero
192 192   length message will be sent.
... ... @@ -224,7 +224,7 @@
224 224  
225 225  (% class="box" %)
226 226  (((
227 -//# Call MQTT Publish command
229 +# Call MQTT Publish command
228 228  \\# 1. Case with User, Password and Client ID present  (e.g. Azure)
229 229  if [ ! -z "$pass" ] && [ ! -z "$user" ] && [ ! -z "$clientID" ]; then
230 230  case="1" 
... ... @@ -251,9 +251,9 @@
251 251  mosquitto_pub $D -h $server -p $port -q $pub_qos  -t $pub_topic -u $user -P "$pass" $PUB_FLAG "$mqtt_data"
252 252  \\# 0. Else - invalid parameters, just log
253 253  else
254 -case="(% style="color:red" %)Invalid parameters" (%%)
255 -logger (% style="color:red" %)"[IoT.MQTT]:Invalid Parameters - mosquitto_pub not called."(%%)
256 -fi//
256 +case="Invalid parameters" 
257 +logger "[IoT.MQTT]:Invalid Parameters - mosquitto_pub not called."
258 +fi
257 257  )))
258 258  
259 259  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0