Last modified by Xiaoling on 2023/07/18 10:12

From version 201.1
edited by Bei Jinggeng
on 2022/09/27 13:34
Change comment: There is no comment for this version
To version 210.1
edited by Bei Jinggeng
on 2022/10/18 10:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -61,7 +61,6 @@
61 61  * Tri-color LED to indicate working status
62 62  * Datalog feature (Max 3328 records)
63 63  
64 -
65 65  == 1.3 Specification ==
66 66  
67 67  
... ... @@ -86,7 +86,6 @@
86 86  * ±2°C accuracy from -55°C to +125°C
87 87  * Operating Range: -55 °C ~~ 125 °C
88 88  
89 -
90 90  = 2. Connect LHT65N to IoT Server =
91 91  
92 92  
... ... @@ -134,6 +134,7 @@
134 134  (% _msthash="315240" _msttexthash="9205482" _mstvisible="1" class="wikigeneratedid" %)
135 135  This section shows an example of how to join the TTN V3 LoRaWAN IoT server. Use with other LoRaWAN IoT servers is of a similar procedure.
136 136  
135 +
137 137  (% _mstvisible="1" class="wikigeneratedid" %)
138 138  [[image:image-20220522232442-1.png||_mstalt="427830" _mstvisible="3" height="387" width="648"]]
139 139  
... ... @@ -198,7 +198,7 @@
198 198  
199 199  
200 200  
201 -== 2.4 Uplink Payload ==
200 +== 2.4 Uplink Payload   ( Fport~=2) ==
202 202  
203 203  
204 204  (((
... ... @@ -282,12 +282,9 @@
282 282  
283 283  When the uplink payload arrives TTNv3, it shows HEX format and not friendly to read. We can add LHT65N decoder in TTNv3 for friendly reading.
284 284  
285 -Below is the position to put the decoder and LHT65N decoder can be download from here:
284 +Below is the position to put the decoder and LHT65N decoder can be download from here: [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>https://github.com/dragino/dragino-end-node-decoder]]
286 286  
287 287  
288 -[[https:~~/~~/www.dropbox.com/sh/r2i3zlhsyrpavla/AAB1sZw3mdT0K7XjpHCITt13a?dl=0 >>https://www.dropbox.com/sh/r2i3zlhsyrpavla/AAB1sZw3mdT0K7XjpHCITt13a?dl=0||_msthash="315253" _msttexthash="3509064" _mstvisible="2"]]
289 -
290 -
291 291  [[image:image-20220522234118-10.png||_mstalt="451464" _mstvisible="3" height="353" width="729"]]
292 292  
293 293  
... ... @@ -484,7 +484,6 @@
484 484  * (% style="color:blue" %)**Sync time OK**: (%%) 1: Set time ok,0: N/A. After time SYNC request is sent, LHT65N will set this bit to 0 until got the time stamp from the application server.
485 485  * (% style="color:blue" %)**Unix Time Request**:(%%)  1: Request server downlink Unix time, 0 : N/A. In this mode, LHT65N will set this bit to 1 every 10 days to request a time SYNC. (AT+SYNCMOD to set this)
486 486  
487 -
488 488  ==== 2.4.6.3 Ext~=6, ADC Sensor (use with E2 Cable) ====
489 489  
490 490  
... ... @@ -536,8 +536,10 @@
536 536  
537 537  ==== 2.4.6.4 Ext~=2 TMP117 Sensor (Since Firmware v1.3) ====
538 538  
534 +
539 539  [[image:image-20220927095645-1.png||height="534" width="460"]]
540 540  
537 +
541 541  **Ext=2,Temperature Sensor(TMP117):**
542 542  
543 543  [[image:image-20220906102307-7.png]]
... ... @@ -648,52 +648,8 @@
648 648  A2 08 02 00 00 00 3C:  Same as AT+ SETCNT=60  (AT+ SETCNT = 4th byte and 5th byte and 6th byte and 7th byte)
649 649  
650 650  
651 -(% style="color:blue" %)**Modified ATWOOD command for external sensor TMP117 or DS18B20 temperature alarm.**
652 652  
653 653  
654 -(% style="color:#037691" %)**AT+WMOD=parameter1,parameter2,parameter3,parameter4**
655 -
656 -(% style="color:#037691" %)**Parameter 1**(%%):  Alarm mode:
657 -
658 -0): Cancel
659 -
660 -1): Threshold alarm
661 -
662 -2): Fluctuation alarm
663 -
664 -
665 -(% style="color:#037691" %)** Parameter 2**(%%):  Sampling time. Unit: seconds, up to 255 seconds.
666 -
667 -(% style="color:red" %)**Note: When the collection time is less than 60 seconds and always exceeds the set alarm threshold, the sending interval will not be the collection time, but will be sent every 60 seconds.**
668 -
669 -
670 -(% style="color:#037691" %) **Parameter 3 and parameter 4:**
671 -
672 -1):  If Alarm Mode is set to 1: Parameter 3 and parameter 4 are valid, as before, they represent low temperature and high temperature.
673 -
674 -Such as AT+WMOD=1,60,45,105, it means high and low temperature alarm.
675 -
676 -
677 -2):  If Alarm Mode is set to 2: Parameter 3 is valid, which represents the difference between the currently collected temperature and the last uploaded temperature.
678 -
679 -Such as AT+WMOD=2,10,2,it means that it is a fluctuation alarm.
680 -
681 -If the difference between the current collected temperature and the last Uplin is ±2 degrees, the alarm will be issued.
682 -
683 -
684 -(% style="color:blue" %)** Downlink:**
685 -
686 -0xA5 00 ~-~- AT+WMOD=0.
687 -
688 -0xA5 01 0A 11 94 29 04 ~-~- AT+WMOD=1,10,45,105  (AT+WMOD = second byte, third byte, fourth and fifth bytes divided by 100, sixth and seventh bytes divided by 100 )
689 -
690 -0xA5 02 0A 02 ~-~- AT+WMOD=2,10,2  (AT+WMOD = second byte, third byte, fourth byte)
691 -
692 -0xA5 FF ~-~- After the device receives it, upload the current alarm configuration (FPORT=8). Such as 01 0A 11 94 29 04 or 02 0A 02.
693 -
694 -
695 -
696 -
697 697  == 2.5 Show data on Datacake ==
698 698  
699 699  
... ... @@ -756,11 +756,19 @@
756 756  
757 757  There are two methods:
758 758  
759 -1. IoT Server sends a downlink LoRaWAN command to [[poll the value>>||anchor="H2.6.4Pollsensorvalue"]] for specifying time range.
760 -1. Set [[PNACKMD=1>>||anchor="H4.13AutoSendNone-ACKmessages"]], LHT65N will wait for ACK for every uplink, when there is no LoRaWAN network, LHT65N will mark these records with non-ack message and store the sensor data, and it will send all messages (10s interval) after the network recovery. note: a) LHT65N will do ack check for data records sending to make sure every data arrive server. b) LHT65N will send data in CONFIRMED Mode when PNACKMD=1, but it won't re-transmit the same packet , it will just mark it as NONE-ACK and resend after network is detected.
712 +**Method 1**: IoT Server sends a downlink LoRaWAN command to [[poll the value>>||anchor="H2.6.4Pollsensorvalue"]] for specified time range.
761 761  
714 +
715 +**Method 2: **Set [[PNACKMD=1>>||anchor="H4.13AutoSendNone-ACKmessages"]], LHT65N will wait for ACK for every uplink, when there is no LoRaWAN network, LHT65N will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery.
716 +
717 +**Note for method 2:**
718 +
719 +* a) LHT65N will do an ACK check for data records sending to make sure every data arrive server.
720 +* b) LHT65N will send data in **CONFIRMED Mode** when PNACKMD=1, but LHT65N won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink if LHT65N gets a ACK, LHT65N will consider there is a network connection and resend all NONE-ACK Message.
721 +
762 762  Below is the typical case for the auto-update datalog feature (Set PNACKMD=1)
763 763  
724 +
764 764  [[image:image-20220703111700-2.png||height="381" width="1119"]]
765 765  
766 766  
... ... @@ -982,15 +982,18 @@
982 982  (% _msthash="315268" _msttexthash="390390" _mstvisible="3" %)**Poll message flag & Ext**
983 983  
984 984  (% _mstvisible="1" %)
985 -[[image:image-20220523152208-14.png||_mstalt="452920" _mstvisible="3"]]
986 -
987 -(% _mstvisible="1" %)
988 988  (((
989 989  (% _mstvisible="2" %)
990 990  (((
991 991  (% _msthash="736723" _msttexthash="2005003" _mstvisible="3" %)
992 992  (((
993 -Poll Message Flag: 1: This message is a poll message reply.
951 +[[image:image-20221006192726-1.png||height="112" width="754"]]
952 +
953 +(% class="mark" %)**No ACK Message**(%%): 1: This message means this payload is fromn Uplink Message which doesn't get ACK from the server before ( for [[PNACKMD=1>>||anchor="H4.13AutoSendNone-ACKmessages"]] feature)
954 +
955 +(% class="mark" %)**Poll Message Flag**(%%): 1: This message is a poll message reply.
956 +
957 +
994 994  )))
995 995  )))
996 996  )))
... ... @@ -1039,7 +1039,7 @@
1039 1039  (((
1040 1040  (% _msthash="736725" _msttexthash="1065532" _mstvisible="3" %)
1041 1041  (((
1042 -a) DR0: max is 11 bytes so one entry of data
1006 +**a) DR0:** max is 11 bytes so one entry of data
1043 1043  )))
1044 1044  )))
1045 1045  )))
... ... @@ -1050,7 +1050,7 @@
1050 1050  (((
1051 1051  (% _msthash="736726" _msttexthash="3265665" _mstvisible="3" %)
1052 1052  (((
1053 -b) DR1: max is 53 bytes so devices will upload 4 entries of data (total 44 bytes)
1017 +**b) DR1:** max is 53 bytes so devices will upload 4 entries of data (total 44 bytes)
1054 1054  )))
1055 1055  )))
1056 1056  )))
... ... @@ -1061,7 +1061,7 @@
1061 1061  (((
1062 1062  (% _msthash="736727" _msttexthash="1454115" _mstvisible="3" style="text-align: left;" %)
1063 1063  (((
1064 -c) DR2: total payload includes 11 entries of data
1028 +**c) DR2:** total payload includes 11 entries of data
1065 1065  )))
1066 1066  )))
1067 1067  )))
... ... @@ -1072,7 +1072,7 @@
1072 1072  (((
1073 1073  (% _msthash="736728" _msttexthash="1483924" _mstvisible="3" style="text-align: left;" %)
1074 1074  (((
1075 -d) DR3: total payload includes 22 entries of data.
1039 +**d) DR3: **total payload includes 22 entries of data.
1076 1076  )))
1077 1077  )))
1078 1078  )))
... ... @@ -1083,7 +1083,7 @@
1083 1083  (((
1084 1084  (% _msthash="736729" _msttexthash="5848349" _mstvisible="3" style="text-align: left;" %)
1085 1085  (((
1086 -If devise doesnt have any data in the polling time. Device will uplink 11 bytes of 0   
1050 +If devise doesn't have any data in the polling time. Device will uplink 11 bytes of 0   
1087 1087  )))
1088 1088  )))
1089 1089  )))
... ... @@ -1131,6 +1131,7 @@
1131 1131  (% _mstvisible="1" %)
1132 1132  [[image:image-20220523001219-13.png||_mstalt="451204" _mstvisible="3" height="421" style="text-align:left" width="727"]]
1133 1133  
1098 +
1134 1134  (% _msthash="315271" _msttexthash="12012546" _mstvisible="1" style="text-align: left;" %)
1135 1135  (((
1136 1136  7FFF089801464160065F977FFF088E014B41600660097FFF0885014E41600660667FFF0875015141600662BE7FFF086B015541600665167FFF08660155416006676E7FFF085F015A41600669C67FFF0857015D4160066C1E
... ... @@ -1183,17 +1183,37 @@
1183 1183  (((
1184 1184  (% style="color:red" %)**Note: alarm mode adds a little power consumption, and we recommend extending the normal read time when this feature is enabled.**
1185 1185  
1151 +=== **2.7.1 ALARM MODE ( Since v1.3.1 firmware)** ===
1152 +
1153 +(((
1154 +(% class="box infomessage" %)
1155 +(((
1156 +**AT+WMOD=3,**:  Enable/disable alarm mode. (0: Disabled, 1: Enabled Temperature Alarm for onboard temperature sensor)
1157 +
1158 +**AT+CITEMP=1**:  The interval between checking the alarm temperature. (In minutes)
1159 +
1160 +**AT+ARTEMP**:  Gets or sets the alarm range of the internal temperature sensor
1161 +
1162 +**AT+ARTEMP=? **:  Gets the alarm range of the internal temperature sensor(% _mstvisible="3" style="display:none" %)
1163 +
1164 +**AT+ARTEMP=45,105**:  Set the internal temperature sensor alarm range from 45 to 105.
1165 +
1166 +**AT+LEDALARM=1** :       Enable LED visual Alarm.
1167 +)))
1168 +)))
1169 +
1170 +
1186 1186  
1187 1187  )))
1188 1188  
1189 1189  (((
1190 -**AT COMMAND FOR ALARM MODE:**
1175 +=== **2.7.2 ALARM MODE ( Before v1.3.1 firmware)** ===
1191 1191  )))
1192 1192  
1193 1193  (% _mstvisible="1" class="box infomessage" %)
1194 1194  (((
1195 1195  (((
1196 -**AT+WMOD=1**:  Enable/disable alarm mode. (0: Disabled, 1: Enabled)
1181 +**AT+WMOD=1**:  Enable/disable alarm mode. (0: Disabled, 1: Enabled Temperature Alarm for onboard temperature sensor)
1197 1197  )))
1198 1198  
1199 1199  (((
... ... @@ -1243,7 +1243,6 @@
1243 1243  * RED LED when external sensor is not connected
1244 1244  * For each success downlink, the PURPLE LED will blink once
1245 1245  
1246 -
1247 1247  == 2.9 installation ==
1248 1248  
1249 1249  
... ... @@ -1370,7 +1370,6 @@
1370 1370  
1371 1371  * **Example 2**: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
1372 1372  
1373 -
1374 1374  == 4.2 Set External Sensor Mode ==
1375 1375  
1376 1376  
... ... @@ -1394,7 +1394,6 @@
1394 1394  
1395 1395  * 0xA20702003c: Same as AT+SETCNT=60
1396 1396  
1397 -
1398 1398  == 4.3 Enable/Disable uplink Temperature probe ID ==
1399 1399  
1400 1400  
... ... @@ -1425,7 +1425,6 @@
1425 1425  * **0xA800**  **~-~->** AT+PID=0
1426 1426  * **0xA801**     **~-~->** AT+PID=1
1427 1427  
1428 -
1429 1429  == 4.4 Set Password ==
1430 1430  
1431 1431  
... ... @@ -1477,7 +1477,6 @@
1477 1477  
1478 1478  * There is no downlink command to set to Sleep mode.
1479 1479  
1480 -
1481 1481  == 4.7 Set system time ==
1482 1482  
1483 1483  
... ... @@ -1491,7 +1491,7 @@
1491 1491  
1492 1492  (% _msthash="315254" _msttexthash="298038" style="color:#4f81bd" %)**Downlink Command:**
1493 1493  
1494 -0x306007806000 ~/~/ Set timestamp to 0x(6007806000),Same as AT+TIMESTAMP=1611104352
1474 +0x306007806000  ~/~/ Set timestamp to 0x(6007806000),Same as AT+TIMESTAMP=1611104352
1495 1495  
1496 1496  
1497 1497  
... ... @@ -1515,8 +1515,8 @@
1515 1515  
1516 1516  (% style="color:#4f81bd" %)**Downlink Command:**
1517 1517  
1518 -0x28 01 ~/~/ Same As AT+SYNCMOD=1
1519 -0x28 00 ~/~/ Same As AT+SYNCMOD=0
1498 +0x28 01  ~/~/  Same As AT+SYNCMOD=1
1499 +0x28 00  ~/~/  Same As AT+SYNCMOD=0
1520 1520  
1521 1521  
1522 1522  
... ... @@ -1533,7 +1533,7 @@
1533 1533  
1534 1534  (% _msthash="315257" _msttexthash="298038" style="color:#4f81bd" %)**Downlink Command:**
1535 1535  
1536 -**0x29 0A** ~/~/ Same as AT+SYNCTDC=0x0A
1516 +**0x29 0A**  ~/~/ Same as AT+SYNCTDC=0x0A
1537 1537  
1538 1538  
1539 1539  
... ... @@ -1584,9 +1584,8 @@
1584 1584  
1585 1585  (% style="color:#4f81bd" %)**Downlink Command: 0xA3**
1586 1586  
1587 -* Example: 0xA301 ~/~/Same as AT+CLRDTA
1567 +* Example: 0xA301  ~/~/  Same as AT+CLRDTA
1588 1588  
1589 -
1590 1590  == 4.13 Auto Send None-ACK messages ==
1591 1591  
1592 1592  
... ... @@ -1605,9 +1605,57 @@
1605 1605  
1606 1606  (% style="color:#4f81bd" %)**Downlink Command: 0x34**
1607 1607  
1608 -* Example: 0x3401 ~/~/Same as AT+PNACKMD=1
1587 +* Example: 0x3401 ~/~/  Same as AT+PNACKMD=1
1609 1609  
1589 +== 4.14 Modified ATWOOD command for external sensor TMP117 or DS18B20 temperature alarm ==
1610 1610  
1591 +
1592 +Feature: Set internal and external temperature sensor alarms.
1593 +
1594 +(% border="1" style="background-color:#ffffcc; color:green; width:450px" %)
1595 +|(%%)(% _msthash="1231737" _msttexthash="251862" _mstvisible="6" %)**Command Example**|(%%)(% _msthash="1231738" _msttexthash="116025" _mstvisible="6" %)**Function**|(%%)(% _msthash="1231739" _msttexthash="116831" _mstvisible="6" %)**Response**
1596 +|(%%)(% style="color:#037691" %)AT+WMOD=parameter1,parameter2,parameter3,parameter4|Set internal and external temperature sensor alarms|OK
1597 +
1598 +(% style="color:#037691" %)**AT+WMOD=parameter1,parameter2,parameter3,parameter4**
1599 +
1600 +(% style="color:#037691" %)**Parameter 1**(%%):  Alarm mode:
1601 +
1602 +0): Cancel
1603 +
1604 +1): Threshold alarm
1605 +
1606 +2): Fluctuation alarm
1607 +
1608 +
1609 +(% style="color:#037691" %)** Parameter 2**(%%):  Sampling time. Unit: seconds, up to 255 seconds.
1610 +
1611 +(% style="color:red" %)**Note: When the collection time is less than 60 seconds and always exceeds the set alarm threshold, the sending interval will not be the collection time, but will be sent every 60 seconds.**
1612 +
1613 +
1614 +(% style="color:#037691" %) **Parameter 3 and parameter 4:**
1615 +
1616 +1):  If Alarm Mode is set to 1: Parameter 3 and parameter 4 are valid, as before, they represent low temperature and high temperature.
1617 +
1618 +Such as AT+WMOD=1,60,45,105, it means high and low temperature alarm.
1619 +
1620 +
1621 +2):  If Alarm Mode is set to 2: Parameter 3 is valid, which represents the difference between the currently collected temperature and the last uploaded temperature.
1622 +
1623 +Such as AT+WMOD=2,10,2,it means that it is a fluctuation alarm.
1624 +
1625 +If the difference between the current collected temperature and the last Uplin is ±2 degrees, the alarm will be issued.
1626 +
1627 +
1628 +(% style="color:#4f81bd" %)**Downlink Command: 0xA5**
1629 +
1630 +0xA5 00 ~-~- AT+WMOD=0.
1631 +
1632 +0xA5 01 0A 11 94 29 04 ~-~- AT+WMOD=1,10,45,105  (AT+WMOD = second byte, third byte, fourth and fifth bytes divided by 100, sixth and seventh bytes divided by 100 )
1633 +
1634 +0xA5 02 0A 02 ~-~- AT+WMOD=2,10,2  (AT+WMOD = second byte, third byte, fourth byte)
1635 +
1636 +0xA5 FF ~-~- After the device receives it, upload the current alarm configuration (FPORT=8). Such as 01 0A 11 94 29 04 or 02 0A 02.
1637 +
1611 1611  = 5. Battery & How to replace =
1612 1612  
1613 1613  
... ... @@ -1677,7 +1677,6 @@
1677 1677  * (% style="background-color:yellow" %)**USB to TTL GND <~-~->GND**
1678 1678  * (% style="background-color:yellow" %)**USB to TTL RXD <~-~-> D+**
1679 1679  * (% style="background-color:yellow" %)**USB to TTL TXD <~-~-> A11**
1680 -* (% style="background-color:yellow" %)**USB to TTL 3.3V <~-~-> D-**
1681 1681  
1682 1682  (((
1683 1683  In PC, User needs to set serial tool(such as [[**putty**>>https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.html]], SecureCRT) baud rate to (% style="color:green" %)**9600**(%%) to access to access serial console for LHT65N. The AT commands are disable by default and need to enter password (default:(% style="color:green" %)**123456**) (%%)to active it. Timeout to input AT Command is 5 min, after 5-minute, user need to input password again. User can use AT+DISAT command to disable AT command before timeout.
... ... @@ -1929,7 +1929,7 @@
1929 1929  == 6.3 How to change the uplink interval? ==
1930 1930  
1931 1931  
1932 -[[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/How%20to%20set%20the%20transmit%20time%20interval/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20set%20the%20transmit%20time%20interval/||_msthash="506137" _msttexthash="5712018"]]
1958 +Please see this link: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/How%20to%20set%20the%20transmit%20time%20interval/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20set%20the%20transmit%20time%20interval/||_msthash="506137" _msttexthash="5712018" style="background-color: rgb(255, 255, 255);"]]
1933 1933  
1934 1934  
1935 1935  
... ... @@ -1963,6 +1963,7 @@
1963 1963  [[image:image-20220615170542-5.png]]
1964 1964  
1965 1965  
1992 +
1966 1966  (% style="color:blue" %)**Step2**(%%):wiring method.(% style="display:none" %)
1967 1967  
1968 1968  (% _msthash="506146" _msttexthash="52173160" %)
... ... @@ -1976,6 +1976,7 @@
1976 1976  [[image:image-20220621170938-2.png]]
1977 1977  
1978 1978  
2006 +
1979 1979  (% style="color:blue" %)**Step3:**(%%)Select the device port to be connected, baud rate and bin file to be downloaded.
1980 1980  
1981 1981  [[image:image-20220615171334-6.png]]
... ... @@ -2024,6 +2024,7 @@
2024 2024  [[image:image-20220615170542-5.png]]
2025 2025  
2026 2026  
2055 +
2027 2027  (% style="color:blue" %)**Step2**(%%):wiring method.(% style="display:none" %)
2028 2028  
2029 2029  (% _msthash="506146" _msttexthash="52173160" %)
... ... @@ -2036,6 +2036,7 @@
2036 2036  Press and hold the start key to restart and enter  (% _mstvisible="1" %)bootlaod(%%) mode.
2037 2037  
2038 2038  
2068 +
2039 2039  (% style="color:blue" %)**Step3:**(%%)Select the device port to be connected, baud rate and bin file to be downloaded.
2040 2040  
2041 2041  [[image:image-20220615171334-6.png]]
... ... @@ -2073,7 +2073,6 @@
2073 2073  
2074 2074  * (% style="color:red" %)**E3**(%%): External Temperature Probe
2075 2075  
2076 -
2077 2077  = 8. Packing Info =
2078 2078  
2079 2079  
... ... @@ -2087,13 +2087,11 @@
2087 2087  * Device Size:  10 x 10 x 3.5 cm
2088 2088  * Device Weight: 120.5g
2089 2089  
2090 -
2091 2091  = 9. Reference material =
2092 2092  
2093 2093  
2094 2094  * [[Datasheet, photos, decoder, firmware>>https://www.dropbox.com/sh/una19zsni308dme/AACOKp6J2RF5TMlKWT5zU3RTa?dl=0||_msthash="504975" _msttexthash="51420512"]]
2095 2095  
2096 -
2097 2097  = 10. FCC Warning =
2098 2098  
2099 2099  
image-20221006192726-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +17.3 KB
Content