Skip to content

Commit

Permalink
BlobDB: introduce new blobdb ID's
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad23012009 authored May 9, 2024
1 parent 7b7e312 commit 29e43a6
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down Expand Up @@ -148,4 +154,4 @@ fun blobDBPacketsRegister() {
BlobResponse.endpoint,
BlobResponse.BlobStatus.TryLater.value
) { BlobResponse.TryLater() }
}
}

0 comments on commit 29e43a6

Please sign in to comment.