openwebrxplus-plugins

This is utility plugin. It provides notifications for other plugins.

Usage

Plugins.notify.show('some notification');

Load

Add this line in your init.js file (await so plugins depending on notify run after it is ready):

await Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/notify/notify.js');

init.js

Learn how to load plugins.