mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 16:57:34 +00:00
feat: mqtt alerts (#538)
This commit is contained in:
@@ -3,6 +3,7 @@ import {playSound} from './sound';
|
||||
import {sendDesktopNotification} from './desktop';
|
||||
import {sendDiscordMessage} from './discord';
|
||||
import {sendEmail} from './email';
|
||||
import {sendMqttMessage} from './mqtt';
|
||||
import {sendPushbulletNotification} from './pushbullet';
|
||||
import {sendPushoverNotification} from './pushover';
|
||||
import {sendSlackMessage} from './slack';
|
||||
@@ -25,4 +26,5 @@ export function sendNotification(link: Link, store: Store) {
|
||||
sendTelegramMessage(link, store);
|
||||
sendTweet(link, store);
|
||||
sendTwilioMessage(link, store);
|
||||
sendMqttMessage(link, store);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user