Skip to content

Latest commit

 

History

History

connect_notify

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
layout title permalink
page
OpenWebRX+ Receiver Plugin: Connect/Disconnect notifications
/receiver/connect_notify

This receiver plugin will:

  • Send a chat message to all users when you connect/disconnect to SDR
  • Show notification when another user is connected/disconnected to SDR

The plugin depends on notify plugin.

Preview

connect

Load

Add this line in your init.js file:

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

init.js

Learn how to load plugins.