Changes for page MQTT Forward Instruction
Last modified by Kilight Cao on 2024/08/31 16:26
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -224,7 +224,7 @@ 224 224 225 225 (% class="box" %) 226 226 ((( 227 -# Call MQTT Publish command 227 +//# 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" ... ... @@ -253,7 +253,7 @@ 253 253 else 254 254 case="Invalid parameters" 255 255 logger "[IoT.MQTT]:Invalid Parameters - mosquitto_pub not called." 256 -fi 256 +fi// 257 257 ))) 258 258 259 259