ADD - define garage app identity

This commit is contained in:
Leon.Schmidt
2026-08-08 18:53:26 +02:00
parent c82716c1ab
commit 9134b3c14c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ export type PhoneAppId =
| 'calendar'
| 'weather'
| 'banking'
| 'garage'
| 'mail'
| 'map'
| 'notes'
+1
View File
@@ -73,6 +73,7 @@ const DEFAULT_APP_NOTIFICATIONS: Record<
calendar: { enabled: true, sounds: true },
weather: { enabled: true, sounds: true },
banking: { enabled: true, sounds: true },
garage: { enabled: true, sounds: true },
mail: { enabled: true, sounds: true },
map: { enabled: true, sounds: true },
notes: { enabled: true, sounds: true },