You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>Bit [5] - Enc type Msb<br>0: Original bot encryption algorithm<br>1: New encryption method 2 or encryption method 3, refer to the explanation of Byte 0 bit[7]</td>
45
-
</tr>
46
-
<tr>
47
-
<td>Bit [4] - Data commit flag<br>0: Service data, no data need to commit<br>1: Service data has data need to commit. This flag needs to be cleared by the hub or APP after the data is updated successfully. The device itself does not clear it actively</td>
48
-
</tr>
49
-
<tr>
50
-
<td>Bit [3] - group D<br>Bit [2] - group C<br>Bit [1] - group B<br>Bit [0] - group A<br>0: Device is not in the current group<br>1: Device is in the current group</td>
51
-
</tr>
52
-
<tr>
53
-
<td rowspan=2>Byte 6</td>
54
-
<td>update utc flag</td>
55
-
<td>Bit [7] – Sync utc<br>0: No need to synchronize time<br>1: Device has gone through one time synchronization period (default is 10 days), need to perform time synchronization. The running time is in UTC when synchronization is performed. When the hub or APP successfully timestamps the device, the device itself actively clears this flag</td>
56
-
</tr>
57
-
<tr>
58
-
<td>Battery</td>
59
-
<td>Bit [6:0] – Battery level 0~100%</td>
60
-
</tr>
61
-
<tr>
62
-
<td rowspan=2>Byte 7</td>
63
-
<td>MotionState</td>
64
-
<td>Bit [7] - Motion state<br>0: Static<br>1: In motion</td>
65
-
</tr>
66
-
<tr>
67
-
<td>Position</td>
68
-
<td>Bit [6:0] - Current position of the device (%)</td>
69
-
</tr>
70
-
<tr>
71
-
<td rowspan=2>Byte 8</td>
72
-
<td>LightLevel</td>
73
-
<td>Bit [7:4] - Light level (1-10)</td>
74
-
</tr>
75
-
<tr>
76
-
<td>DeviceChain</td>
77
-
<td>Bit [3:0] - Device chain length</td>
78
-
</tr>
79
-
<tr>
80
-
<td rowspan=4>Byte 9</td>
81
-
<td>CrashType</td>
82
-
<td>Bit [7:6] - Saved crash log type</td>
83
-
</tr>
84
-
<tr>
85
-
<td>MotorFault</td>
86
-
<td>Bit [5] - Whether the motor clutch is abnormal<br>1: Abnormal<br>0: Normal</td>
87
-
</tr>
88
-
<tr>
89
-
<td>HallFault</td>
90
-
<td>Bit [4] - Whether the Hall signal is abnormal<br>1: Abnormal<br>0: Normal</td>
91
-
</tr>
92
-
<tr>
93
-
<td>StopReason</td>
94
-
<td>Bit [3:0] - Motor movement stop reason<br>0: None<br>1: Motor movement time exceeded 10 minutes<br>2: No Hall counting in 1 second<br>3: Excessive stalling current<br>4: Movement to target position<br>5: Received stop command<br>6: Detected magnetic field strength meets conditions</td>
0 commit comments