mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 21:06:50 +01:00
Mi Band 8: Map some notification icon messages
This commit is contained in:
parent
fce2dfa0ca
commit
453ce5eedb
@ -493,6 +493,11 @@ message Notification {
|
||||
optional uint32 unknown8 = 8; // 1 on canned replies request?
|
||||
// 7, 9 get | 7, 12 set
|
||||
optional CannedMessages cannedMessages = 9;
|
||||
// 7, 16
|
||||
optional NotificationIconRequest notificationIconRequest = 14;
|
||||
// 7, 15
|
||||
optional NotificationIconRequest notificationIconProperties = 15;
|
||||
optional NotificationIconRequest notificationIconConfirm = 16;
|
||||
}
|
||||
|
||||
message Notification2 {
|
||||
@ -529,6 +534,16 @@ message CannedMessages {
|
||||
optional uint32 maxReplies = 3;
|
||||
}
|
||||
|
||||
message NotificationIconProperties {
|
||||
optional string package = 1;
|
||||
}
|
||||
|
||||
message NotificationIconRequest {
|
||||
optional uint32 unknown1 = 1; // 0
|
||||
optional uint32 unknown2 = 2; // 3
|
||||
optional uint32 unknown3 = 3; // 28, 44, 80, size?
|
||||
}
|
||||
|
||||
//
|
||||
// Weather
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user