From version 63.21
edited by Mengting Qiu
on 2025/08/06 16:43
on 2025/08/06 16:43
Change comment:
There is no comment for this version
To version 66.1
edited by Mengting Qiu
on 2025/08/06 17:25
on 2025/08/06 17:25
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -559,7 +559,7 @@ 559 559 (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %) 560 560 |=(% style="width: 60px;background-color:#4F81BD;color:white" %)((( 561 561 **Size(bytes)** 562 -)))|=(% style="width: 40px;background-color:#4F81BD;color:white" %)4|=(% style="width: 90px;background-color:#4F81BD;color:white" %)1|=(% style="width: 150px; background-color: #4F81BD;color:white" %)6|=(% style="width: 80px; background-color: #4F81BD;color:white" %)1|=(% style="width: 80px; background-color: #4F81BD;color:white" %)1|=(% style="width: 80px; background-color: #4F81BD;color:white" %)1|=(% style="width: 80px; background-color: #4F81BD;color:white" %)2|=(% style="width: 80px; background-color: #4F81BD;color:white" %)2 562 +)))|=(% style="width: 40px;background-color:#4F81BD;color:white" %)4|=(% style="width: 90px;background-color:#4F81BD;color:white" %)1|=(% style="width: 150px; background-color: #4F81BD;color:white" %)6|=(% style="width: 80px; background-color: #4F81BD;color:white" %)1|=(% style="width: 80px; background-color: #4F81BD;color:white" %)1|=(% style="width: 80px; background-color: #4F81BD;color:white" %)1|=(% style="width: 80px; background-color: #4F81BD;color:white" %)1|=(% style="width: 80px; background-color: #4F81BD;color:white" %)2|=(% style="width: 80px; background-color: #4F81BD;color:white" %)2 563 563 |(% style="width:99px" %)Value|(% style="width:69px" %)((( 564 564 Timestamp 565 565 ... ... @@ -566,8 +566,12 @@ 566 566 567 567 )))|(% style="width:130px" %)DevMode|(% style="width:194px" %)MACaddr|(% style="width:106px" %)ProbeBat|(% style="width:97px" %)((( 568 568 BoxBat 569 -)))|(% style="width:97px" %)Message Type|(% style="width:97px" %)Food temperature|(% style="width:97px" %)Ambient temperature 569 +)))|(% style="width:97px" %)Message Type|(% style="width:97px" %)((( 570 +tempData 570 570 572 +Length 573 +)))|(% style="width:97px" %)Food temperature|(% style="width:97px" %)Ambient temperature 574 + 571 571 **No ACK Message**: 1: This message means this payload is fromn Uplink Message which doesn't get ACK from the server before ( for **PNACKMD=1** feature) 572 572 573 573 **Poll Message Flag**: 1: This message is a poll message reply. ... ... @@ -625,10 +625,19 @@ 625 625 626 626 **BoxBat **is 0x3c = 60% 627 627 628 -Message Type is 0x40 = POLL_REPLY 632 +**Message Type** is 0x40 = POLL_REPLY 629 629 634 +**tempDataLength **is 0x28 = 40(Represents the total number of temperature bytes of the current group) 630 630 631 - 636 +**Food temperature** is 0xE000 = 00E0/10 = 22.4℃ 637 + 638 +**Ambient temperature** is 0xEA00 = 0x00EA/10=23.4℃ 639 + 640 +**Food temperature** is 0xDF00 = 00FD/10 = 25.3℃ 641 + 642 +**Ambient temperature** is 0xEA00 = 0x00EA/10=23.4℃ 643 + 644 +One set of data contains 10 sets of data, and so on... 632 632 ))) 633 633 634 634