Changes for page PS-LB/LS -- LoRaWAN Air Water Pressure Sensor User Manual
Last modified by Xiaoling on 2025/04/19 17:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -853,9 +853,9 @@ 853 853 854 854 **Example:** 855 855 856 -* AT+ROC=3,60,0,0,3000,500 0~/~/The data is checked every 60 seconds. If the IDC is less than 3mA or the VDC is less than 5000mV, an alarm is generated.857 -* AT+ROC=3,180,1,1,3000,500 0~/~/The data is checked every 180 seconds. If the IDC is greater than 3mA or the VDC is greater than 5000mV, an alarm is generated.858 -* AT+ROC=3,300,0,1,3000,500 0~/~/The data is checked every 300 seconds. If the IDC is less than 3mA or the VDC is greater than 5000mV, an alarm is generated.856 +* AT+ROC=3,60,0,0,3000,500 ~/~/The data is checked every 60 seconds. If the IDC is less than 3mA or the VDC is less than 500mV, an alarm is generated. 857 +* AT+ROC=3,180,1,1,3000,500 ~/~/The data is checked every 180 seconds. If the IDC is greater than 3mA or the VDC is greater than 500mV, an alarm is generated. 858 +* AT+ROC=3,300,0,1,3000,500 ~/~/The data is checked every 300 seconds. If the IDC is less than 3mA or the VDC is greater than 500mV, an alarm is generated. 859 859 860 860 (% style="color:blue" %)**Downlink Command: 0x09 03 aa bb cc dd ee** 861 861 ... ... @@ -873,16 +873,17 @@ 873 873 874 874 **Example:** 875 875 876 -* Downlink Payload: **09 03 00 3C 00 00 0B B8 1 338** ~/~/Equal to AT+ROC=3,60,0,0,3000,5000877 -* Downlink Payload: **09 03 00 b4 01 01 0B B8 1 338** ~/~/Equal to AT+ROC=3,180,1,1,3000,5000878 -* Downlink Payload: **09 03 01 2C 00 01 0B B8 1 338**0876 +* Downlink Payload: **09 03 00 3C 00 00 0B B8 01 F4** ~/~/Equal to AT+ROC=3,60,0,0,3000,500 877 +* Downlink Payload: **09 03 00 b4 01 01 0B B8 01 F4** ~/~/Equal to AT+ROC=3,180,1,1,3000,500 878 +* Downlink Payload: **09 03 01 2C 00 01 0B B8 01 F4** ~/~/Equal to AT+ROC=3,300,0,1,3000,500 879 879 880 880 (% style="color:blue" %)**Screenshot of parsing example in TTN:** 881 881 882 -* AT+ROC=3,60,0,0,3000,500 0882 +* AT+ROC=3,60,0,0,3000,500 883 883 884 884 885 885 886 + 886 886 == 2.9 Firmware Change Log == 887 887 888 888