mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
add doc
This commit is contained in:
parent
909a0d081e
commit
e13a67acb3
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ class CeredSMS extends NotificationProvider {
|
|||
|
||||
name = "ceredsms";
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
|
||||
let okMsg = "Sent Successfully.";
|
||||
|
||||
|
|
Loading…
Reference in a new issue