Changes for page 01 Lua Functions
Last modified by Theodore Xu on 2023/10/26 10:51
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1511,7 +1511,7 @@ 1511 1511 1512 1512 (% class="box infomessage" %) 1513 1513 ((( 1514 -**✎Note:** HAW/HAX is a power-down hold, that is, the registers of this type can retain the data before power-down in case of power-down 1514 +**✎Note:** HAW/HAX is a power-down hold, that is, the registers of this type can retain the data before power-down in case of power-down. 1515 1515 ))) 1516 1516 1517 1517 = **9 General Functions** = ... ... @@ -1518,13 +1518,11 @@ 1518 1518 ))) 1519 1519 1520 1520 ((( 1521 -== ** 9.1send_sms_ira(string number, string message)** ==1521 +== **send_sms_ira(string number, string message)** == 1522 1522 ))) 1523 1523 1524 -**Function:** 1524 +**Function:** Use IRA character set to send English text messages 1525 1525 1526 -Use IRA character set to send English text messages 1527 - 1528 1528 **Parameters:** 1529 1529 1530 1530 //number: //number (up to 32 characters, the excess will be discarded) ... ... @@ -1558,13 +1558,11 @@ 1558 1558 Failed: multi 1559 1559 1560 1560 ((( 1561 -== ** 9.3sms_get_state(number id)** ==1559 +== **sms_get_state(number id)** == 1562 1562 ))) 1563 1563 1564 -**Function:** 1562 +**Function:** Get the status of the SMS 1565 1565 1566 -Get the status of the SMS 1567 - 1568 1568 **parameter:** 1569 1569 1570 1570 //id~:// SMS corresponding id ... ... @@ -1576,13 +1576,11 @@ 1576 1576 Failed: multi 1577 1577 1578 1578 ((( 1579 -== ** 9.4jwt_encode(table head, table payload, string aud, number iat, number exp, string key, int jwttype)** ==1575 +== **jwt_encode(table head, table payload, string aud, number iat, number exp, string key, int jwttype)** == 1580 1580 ))) 1581 1581 1582 -**Function:** 1578 +**Function:** Convert data to JWT format 1583 1583 1584 -Convert data to JWT format 1585 - 1586 1586 **parameter:** 1587 1587 1588 1588 //aud: //project name