openwebrxplus-plugins

OWRX+ Receiver Plugin: notify

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

load

Add this line in your init.js file:

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

init.js

You can find more info on init.js on github pages or directly in my github repo

usage

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