mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-15 04:26:27 +02:00
Add new webhook when SMS fail to send
This commit is contained in:
parent
b8e587a59e
commit
c3fb8be0ad
5 changed files with 43 additions and 1 deletions
|
@ -90,6 +90,8 @@ jQuery(document).ready(function ()
|
|||
switch (data) {
|
||||
case 'send_sms':
|
||||
return 'Envoi de SMS';
|
||||
case 'send_sms_error':
|
||||
return 'Erreur à l\'envoi de SMS';
|
||||
case 'receive_sms':
|
||||
return 'Réception de SMS';
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue