mirror of
https://github.com/google/pebble.git
synced 2025-03-23 04:02:19 +00:00
19 lines
382 B
JSON
19 lines
382 B
JSON
{
|
|
"comments": "Nudge Nudge",
|
|
"notes": [
|
|
{
|
|
"id": "strong_pulse",
|
|
"vibe_duration_ms": 100,
|
|
"brake_duration_ms": 30,
|
|
"strength": 100
|
|
},
|
|
{
|
|
"id": "sleep_30ms",
|
|
"vibe_duration_ms": 30,
|
|
"brake_duration_ms": 0,
|
|
"strength": 0
|
|
}
|
|
],
|
|
"pattern": ["strong_pulse", "sleep_30ms", "strong_pulse"],
|
|
"repeat_delay_ms": 1000
|
|
}
|