From 29e43a6d85f00cfae2ebcdafa68be3ff458c8f3d Mon Sep 17 00:00:00 2001 From: Muhammad <77672824+muhammad23012009@users.noreply.github.com> Date: Thu, 9 May 2024 20:03:21 +0500 Subject: [PATCH] BlobDB: introduce new blobdb ID's --- .../io/rebble/libpebblecommon/packets/blobdb/BlobDB.kt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/commonMain/kotlin/io/rebble/libpebblecommon/packets/blobdb/BlobDB.kt b/src/commonMain/kotlin/io/rebble/libpebblecommon/packets/blobdb/BlobDB.kt index 66665ea..0d721d9 100644 --- a/src/commonMain/kotlin/io/rebble/libpebblecommon/packets/blobdb/BlobDB.kt +++ b/src/commonMain/kotlin/io/rebble/libpebblecommon/packets/blobdb/BlobDB.kt @@ -23,6 +23,12 @@ open class BlobCommand constructor(message: Message, token: UShort, database: Bl App(2u), Reminder(3u), Notification(4u), + Weather(5u), + CannedResponses(6u), + HealthParams(7u), + Contacts(8u), + AppConfigs(9u), + HealthStats(10u), AppGlance(11u) } @@ -148,4 +154,4 @@ fun blobDBPacketsRegister() { BlobResponse.endpoint, BlobResponse.BlobStatus.TryLater.value ) { BlobResponse.TryLater() } -} \ No newline at end of file +}