diff options
| author | Carlosgg <carlosgilglez@gmail.com> | 2020-10-27 17:10:56 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-29 20:20:03 (GMT) |
| commit | 3fb1faceab8c4067cf636e0628ab44fe77582f72 (patch) | |
| tree | 83e68362ac83ed0d14769335029bd8d23ddb3461 /wasp/gadgetbridge.py | |
| parent | e450ccf9f0cc7a646bfac75d6e1b67d5ee7481f0 (diff) | |
Notify level in settings app
Signed-off-by: Carlos Gil Gonzalez <carlosgilglez@gmail.com>
[daniel@redfelineninja.org.uk: Fixed board support for simulator and
sphinx (a.k.a. doc builder)]
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/gadgetbridge.py')
| -rw-r--r-- | wasp/gadgetbridge.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/gadgetbridge.py b/wasp/gadgetbridge.py index 8401d0c..18285ab 100644 --- a/wasp/gadgetbridge.py +++ b/wasp/gadgetbridge.py @@ -49,6 +49,7 @@ def GB(cmd): id = cmd['id'] del cmd['id'] wasp.system.notify(id, cmd) + wasp.watch.vibrator.pulse(ms=wasp.system.notify_duration) elif task == 'notify-': wasp.system.unnotify(cmd['id']) elif task == 'musicstate': |
