Changes for page Lua Script
Last modified by Devin Chen on 2025/11/10 16:04
From version 11.1
edited by xingzhi lin
on 2025/11/03 11:23
on 2025/11/03 11:23
Change comment:
There is no comment for this version
To version 12.1
edited by Devin Chen
on 2025/11/10 16:04
on 2025/11/10 16:04
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. lxz1 +XWiki.DevinChen - Content
-
... ... @@ -3373,7 +3373,7 @@ 3373 3373 3374 3374 == [[mqtt.create>>||anchor="HMQTT"]] == 3375 3375 3376 -Prototype: mqtt.create(serverurl, clientid) 3376 +Prototype: mqtt.create(serverurl, clientid[, int useDomain]) 3377 3377 3378 3378 Function: Create mqtt client object 3379 3379 ... ... @@ -3384,6 +3384,7 @@ 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) 3387 3387 3388 3388 Return: 3389 3389