Last modified by Mengting Qiu on 2025/04/07 15:57
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -570,7 +570,7 @@ 570 570 571 571 Send a LoRaWAN downlink to ask device send Alarm settings. 572 572 573 -* #037691" %)**Downlink Payload: **(%%)0x26 01573 +*(% style="color:blue" %)**Downlink Payload: **(%%)0x26 01 574 574 575 575 Sensor will upload Device Status via FPORT=5. See payload section for detail. 576 576 ... ... @@ -577,9 +577,9 @@ 577 577 578 578 === 3.3.3 Set Temperature Alarm Threshold: === 579 579 580 -* **AT Command:** 580 +* **(% style="color:blue" %)AT Command:** 581 581 582 -**AT+SHTEMP=min,max** 582 +**(% style="color:#037691" %)AT+SHTEMP=min,max** 583 583 584 584 * When min=0, and max≠0, Alarm higher than max 585 585 * When min≠0, and max=0, Alarm lower than min ... ... @@ -589,18 +589,18 @@ 589 589 590 590 AT+SHTEMP=0,30 ~/~/ Alarm when temperature higher than 30. 591 591 592 -* **Downlink Payload:** 592 +* **(% style="color:blue" %)Downlink Payload:** 593 593 594 -**0x(0C 01 00 1E)** ~/~/Set AT+SHTEMP=0,30 594 +**(% style="color:#037691" %)0x(0C 01 00 1E)** (%%) ~/~/Set AT+SHTEMP=0,30 595 595 596 -**(note: 3^^rd^^ byte= 0x00 for low limit(not set), 4^^th^^ byte = 0x1E for high limit: 30)** 596 +**(% style="color:red" %)(note: 3^^rd^^ byte= 0x00 for low limit(not set), 4^^th^^ byte = 0x1E for high limit: 30)** 597 597 598 598 599 599 === 3.3.4 Set Humidity Alarm Threshold: === 600 600 601 -* **AT Command:** 601 +* **(% style="color:blue" %)AT Command:** 602 602 603 -**AT+SHHUM=min,max** 603 +**(% style="color:#037691" %)AT+SHHUM=min,max** 604 604 605 605 * When min=0, and max≠0, Alarm higher than max 606 606 * When min≠0, and max=0, Alarm lower than min ... ... @@ -610,11 +610,11 @@ 610 610 611 611 AT+SHHUM=70,0 ~/~/ Alarm when humidity lower than 70%. 612 612 613 -* **Downlink Payload:** 613 +* **(% style="color:blue" %)Downlink Payload:** 614 614 615 -**0x(0C 02 46 00)** ~/~/Set AT+SHTHUM=70,0 615 +**(% style="color:#037691" %)0x(0C 02 46 00)**(%%) ~/~/Set AT+SHTHUM=70,0 616 616 617 -**(note: 3^^rd^^ byte= 0x46 for low limit (70%), 4^^th^^ byte = 0x00 for high limit (not set))** 617 +**(% style="color:red" %)(note: 3^^rd^^ byte= 0x46 for low limit (70%), 4^^th^^ byte = 0x00 for high limit (not set))** 618 618 619 619 620 620 === 3.3.5 Set Alarm Interval: === ... ... @@ -621,13 +621,13 @@ 621 621 622 622 The shortest time of two Alarm packet. (unit: min) 623 623 624 -* **AT Command:** 624 +* **(% style="color:blue" %)AT Command:** 625 625 626 -**AT+ATDC=30** ~/~/ The shortest interval of two Alarm packets is 30 minutes, Means is there is an alarm packet uplink, there won't be another one in the next 30 minutes. 626 +**(% style="color:#037691" %)AT+ATDC=30** (%%) ~/~/ The shortest interval of two Alarm packets is 30 minutes, Means is there is an alarm packet uplink, there won't be another one in the next 30 minutes. 627 627 628 -* **Downlink Payload:** 628 +* **(% style="color:blue" %)Downlink Payload:** 629 629 630 -**0x(0D 00 1E)** **~-~--> ** Set AT+ATDC=0x 00 1E = 30 minutes 630 +**(% style="color:#037691" %)0x(0D 00 1E)**(%%) **~-~--> ** Set AT+ATDC=0x 00 1E = 30 minutes 631 631 632 632 633 633 === 3.3.6 Get Alarm settings (什么FPORT?) ===