Skip to content

Scrypted Documentation / Notifier

Interface: Notifier

Notifier can be any endpoint that can receive messages, such as speakers, phone numbers, messaging clients, etc. The messages may optionally contain media.

Methods

sendNotification()

sendNotification(title, options?, media?, icon?): Promise<void>

Parameters

title: string

options?: NotifierOptions

media?: string | MediaObject

icon?: string | MediaObject

Returns

Promise<void>