Skip to content

Commit a21b97d

Browse files
committed
Add No Vibration options as Custom Pattern
1 parent fe40861 commit a21b97d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libpebble3/src/commonMain/kotlin/io/rebble/libpebblecommon/notification/DefaultVibePattern.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ enum class DefaultVibePattern(
44
val displayName: String,
55
val pattern: List<Long>,
66
) {
7+
None("No vibration", listOf(0)),
78
Standard("Standard", listOf(500)),
89
Pulses("Pulses", listOf(50, 50, 50, 50, 50, 50, 50)),
910
Double("Double", listOf(200, 75, 200)),

0 commit comments

Comments
 (0)