let notify = require("notification");
Methods
success()
"Success" flipper notification message.
Example
error()
"Error" flipper notification message.
Example
blink()
Blink notification LED.
Parameters
- Blink color (blue/red/green/yellow/cyan/magenta)
- Blink type (short/long)
Examples
notify.blink("red", "short"); // Short blink of red LED
notify.blink("green", "short"); // Long blink of green LED