Skip to content

Files

Latest commit

Dec 30, 2024
d988a64 · Dec 30, 2024

History

History

connect_notify

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 30, 2024
Dec 21, 2024
Dec 20, 2023
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.