layout | title | permalink |
---|---|---|
page |
OpenWebRX+ Receiver Plugin: Notify |
/receiver/notify |
This is utility
plugin. It provides notifications for other plugins.
Plugins.notify.show('some notification');
Add this line in your init.js
file:
await Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/notify/notify.js');
Learn how to load plugins.