mirror of
https://github.com/google/pebble.git
synced 2025-03-23 04:02:19 +00:00
13 lines
235 B
JSON
13 lines
235 B
JSON
{
|
|
"comments": "Haptic Feedback",
|
|
"notes": [
|
|
{
|
|
"id": "medium_pulse",
|
|
"vibe_duration_ms": 30,
|
|
"brake_duration_ms": 18,
|
|
"strength": 100
|
|
}
|
|
],
|
|
"pattern": ["medium_pulse"],
|
|
"repeat_delay_ms": 1000
|
|
}
|