欢迎图片

Changes for page Lua Script

Last modified by Devin Chen on 2025/11/10 16:04

From version 12.1
edited by Devin Chen
on 2025/11/10 16:04
Change comment: There is no comment for this version
To version 11.1
edited by xingzhi lin
on 2025/11/03 11:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.DevinChen
1 +XWiki.lxz
Content
... ... @@ -3373,7 +3373,7 @@
3373 3373  
3374 3374  == [[mqtt.create>>||anchor="HMQTT"]] ==
3375 3375  
3376 -Prototype: mqtt.create(serverurl, clientid[, int useDomain])
3376 +Prototype: mqtt.create(serverurl, clientid)
3377 3377  
3378 3378  Function: Create mqtt client object
3379 3379  
... ... @@ -3384,7 +3384,6 @@
3384 3384   host: Hostname/IP address
3385 3385   port: such as 1883
3386 3386  * clientid(string): client ID
3387 -* int useDomain: 0 (Try converting to IP for connection); 1(Use domain name for connection)
3388 3388  
3389 3389  Return:
3390 3390