pebble/resources/normal/spalding/vibes/nudge_nudge.json
2025-01-27 11:38:16 -08:00

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
}