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

From version 170.30
edited by Xiaoling
on 2022/06/22 11:22
Change comment: There is no comment for this version
To version 170.31
edited by Xiaoling
on 2022/06/22 11:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -966,24 +966,40 @@
966 966  
967 967  == 2.7 Alarm Mode ==
968 968  
969 +(((
969 969  when the device is in alarm mode, it checks the built-in sensor temperature for a short time. if the temperature exceeds the preconfigured range, it sends an uplink immediately.
971 +)))
970 970  
973 +(((
971 971  (% style="color:red" %)Note: alarm mode adds a little power consumption, and we recommend extending the normal read time when this feature is enabled.
975 +)))
972 972  
977 +(((
973 973  **AT COMMAND FOR ALARM MODE:**
979 +)))
974 974  
975 975  (% _mstvisible="1" class="box infomessage" %)
976 976  (((
983 +(((
977 977  **AT+WMOD=1**:  Enable/disable alarm mode. (0: Disabled, 1: Enabled)
985 +)))
978 978  
987 +(((
979 979  **AT+CITEMP=1**:  The interval between checking the alarm temperature. (In minutes)
989 +)))
980 980  
991 +(((
981 981  **AT+ARTEMP**:  Gets or sets the alarm range of the internal temperature sensor
993 +)))
982 982  
995 +(((
983 983  **AT+ARTEMP=? **:  Gets the alarm range of the internal temperature sensor(% _mstvisible="3" style="display:none" %)
997 +)))
984 984  
999 +(((
985 985  **AT+ARTEMP=45,105**:  Set the internal temperature sensor alarm range from 45 to 105.
986 986  )))
1002 +)))
987 987  
988 988  
989 989