mirror of
https://github.com/google/pebble.git
synced 2025-03-15 16:51:21 +00:00
25 lines
504 B
JSON
25 lines
504 B
JSON
{
|
|
"comments": "Nudge Nudge",
|
|
"notes": [
|
|
{
|
|
"id": "medium_pulse",
|
|
"vibe_duration_ms": 30,
|
|
"brake_duration_ms": 18,
|
|
"strength": 100
|
|
},
|
|
{
|
|
"id": "sleep_100ms",
|
|
"vibe_duration_ms": 100,
|
|
"brake_duration_ms": 0,
|
|
"strength": 0
|
|
},
|
|
{
|
|
"id": "sleep_750ms",
|
|
"vibe_duration_ms": 750,
|
|
"brake_duration_ms": 0,
|
|
"strength": 0
|
|
}
|
|
],
|
|
"pattern": ["medium_pulse", "sleep_100ms", "medium_pulse"],
|
|
"repeat_delay_ms": 1000
|
|
}
|