Manual

www.dragino.com
LSN50V2-D2x LoRaWAN Waterproof, Outdoor Temperature Sensor 15 / 24
decode.Temp_White_MIN= bytes[7]<<24>>24;
decode.Temp_White_MAX= bytes[8]<<24>>24;
decode.Temp_Black_MIN= bytes[9]<<24>>24;
decode.Temp_Black_MAX= bytes[10]<<24>>24;
}
if(bytes.length==11)
{
return decode;
}
2.4 }Temperature Alarm Feature
LSN50V2-D20 work flow with Alarm feature.
User can use AT+18ALARM command to set the alarm low limit or high limit. Device will check
the temperature every minute, if the temperature lower than low limit or greater than high limit.
LSN50v2-D2x will send an Alarm packet base on Confirmed Uplink Mode to server.
Below is an example of the Alarm Packet.