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 +}