Frank Elsinga
9c0de7d20c
Update server/notification-providers/smseagle.js
2025-04-24 15:56:36 +02:00
AxeKam333
ad707f6344
Apply suggestions from code review 2
2025-04-24 11:49:08 +02:00
Aleksander
cd22baab1d
Apply suggestions from code review
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2025-04-24 09:38:33 +02:00
AxeKam333
f59062c072
Add ESLint formatting
2025-04-07 14:55:25 +02:00
AxeKam333
6164cff8e7
Add ESLint formatting
2025-04-07 14:38:04 +02:00
AxeKam333
277213dad5
Fix sending apiv1 calls, fix passed arguments
2025-03-31 11:09:24 +02:00
AxeKam333
3233ce4746
Fix showing TTS model bug,add default TTS model.
2025-03-26 12:52:52 +01:00
AxeKam333
c200a3450b
Add default completion. Update Apiv1 message type selection
2025-03-20 09:26:53 +01:00
AxeKam333
95c015ac28
Add calls to Apiv1
2025-03-12 15:30:47 +01:00
AxeKam333
e67cce70b9
Add Apiv1 http for backwards compatibility
2025-03-12 14:00:08 +01:00
AxeKam333
19cbf18a99
Add ring calls, tts and tts advanced calls
2025-02-28 12:45:33 +01:00
AxeKam333
e0f25eba60
Updated form to send simultaneously to phone, groups and contacts
2025-02-27 16:46:12 +01:00
AxeKam333
c154d8b214
Updated support for SMSEagle APIv2 notifications
2025-02-27 09:03:15 +01:00
Frank Elsinga
a9a1cf1353
Chore: General notification reformatting ( #3182 )
...
- I unified where in file the name of `NotificationProvider.name` is placed
- I made sure that all the providers adhere to the signature of `NotificationProvider.send()`
- I made sure that all the providers use `okMsg` if returning success messages directly from the function.
Here a discussion should be had:
Should this be refactored into a constant of `NotificationProvider`? I could imagine that `NotificationProvider.SENDING_SUCCESSFULL` could be a suitable alternative.
- I made sure all providers have the URL they `POST`/`GET` to be extraced into a variable.
=> refactored this way due to Nelsons suggestion
2024-03-14 14:21:15 +01:00
Matthew Nickson
8a92054c2b
Added JSDoc to ESLint ( #3529 )
...
* Added JSDoc to eslint rules
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
* Fixed JSDoc eslint errors
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
* Update the check-linters workflow to Node.js 20
---------
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2023-08-11 15:46:41 +08:00
Marcin Kiszka
08763b700a
Added support for SMSEagle device API notifications
2022-10-24 12:45:56 +02:00