|
|
@ -108,14 +108,14 @@ typedef struct { |
|
|
|
uint8_t report_state : 1; // λÖà |
|
|
|
uint8_t low_battery : 1; // λÖà |
|
|
|
uint8_t full_storge : 1; // λÖà |
|
|
|
uint8_t is_storaging : 1; // λÖà |
|
|
|
uint8_t holder : 3; // λÖà |
|
|
|
// uint8_t is_storaging : 1; // λÖà |
|
|
|
uint8_t holder : 4; // λÖà |
|
|
|
} device_state0; |
|
|
|
uint8_t device_state1; // Ô¤Áô |
|
|
|
uint8_t powerlevel; // µçÁ¿ |
|
|
|
uint8_t storage_item_num; // ¼Ç¼´æ´¢ÌõÊý |
|
|
|
uint32_t storage_setting_time_s; |
|
|
|
uint32_t storage_has_storaged_time_s; |
|
|
|
// uint32_t storage_setting_time_s; |
|
|
|
// uint32_t storage_has_storaged_time_s; |
|
|
|
} device_state_receipt_t; |
|
|
|
|
|
|
|
typedef struct { |
|
|
|