Last modified by BoYang Xie on 2025/07/24 16:47

From version 195.4
edited by BoYang Xie
on 2025/07/24 16:21
Change comment: There is no comment for this version
To version 195.2
edited by BoYang Xie
on 2025/07/24 16:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -457,21 +457,21 @@
457 457  
458 458  **01:** encrypt. 1 Byte. 01 ~-~-> no encryption. This 1-byte information is now invalid; simply write 0x01 instead.
459 459  
460 -**4b69746368656e2d467269676531FFFF: **Device Name. 16 Bytes. The Device Name for this piece of information is "Kitchen-Frige1", and the subsequent 'FFFF' is intended to pad it up to 16 Bytes, but it is not necessary as the LTS5 can handle shorter names as well.
460 +**4b69746368656e2d467269676531FFFF: **Device Name. 16 Bytes. The Device Name for this piece of information is "Kitchen-Frige1", and the subsequent 'FFFF' is intended to pad it up to 16 Bytes, but it is not necessary as the system can handle shorter names as well.
461 461  
462 462  **A84041000181D4A8:** Device EUI. 8 Bytes. The last three Bytes will be extracted by the ESP32-S3 and displayed on the screen.
463 463  
464 464  **01: **Panel Type. 1 Byte. 0x01~-~->Tem & Hum,
465 465  
466 - 0x02~-~->Door,
466 + 0x02~-~->Door,
467 467  
468 - 0x03~-~->Water Leak,
468 + 0x03~-~->Water Leak,
469 469  
470 - 0x04~-~->Occupied,
470 + 0x04~-~->Occupied,
471 471  
472 - 0x05~-~->Button,
472 + 0x05~-~->Button,
473 473  
474 - 0x06~-~->Alarm,
474 + 0x06~-~->Alarm,
475 475  
476 476  **A4CB: **Battery level//. //2 Bytes. Battery Voltage =0xCBA4&0x3FFF=0x0BA4=2980mV
477 477  
... ... @@ -487,7 +487,7 @@
487 487  
488 488  **00: Status. **1 Byte//. //If Panel Type is 0x02, **Status: 00~-~->Open; 01~-~->Close.**
489 489  
490 - If Panel Type is 0x03, **Status: 00~-~->Normal; 01~-~->Water Leaking.**
490 + If Panel Type is 0x03, **Status: 00~-~->Normal; 01~-~->Water Leaking.**
491 491  
492 492   If Panel Type is 0x04, **Status: 00~-~->Free; 01~-~->Occupied.**
493 493