mirror of
				https://github.com/dustinbrun/openwebrx_docker_installation.git
				synced 2025-11-04 07:17:31 +01:00 
			
		
		
		
	layout, title, permalink
| layout | title | permalink | 
|---|---|---|
| page | OpenWebRX+ Receiver Plugin: Notify | /receiver/notify | 
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 Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/notify/notify.js');
init.js
Learn how to load plugins.