new notification and monitoring plugin for smseagle (REST API v2) #5365
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Community contributors
Notification plugin
Notification plugin that can send SMS, ring-calls, voice-calls (Text To Speech normal and advanced) via smseagle REST API v2.
Notification plugin that can:
send SMS
https://www.smseagle.eu/docs/apiv2/#tag/Send-messages/operation/Messages::sms_post
ring calls
https://www.smseagle.eu/docs/apiv2/#tag/Make-a-call/operation/Call::ring_post
voice calls (Text To Speech normal and advanced)
https://www.smseagle.eu/docs/apiv2/#tag/Make-a-call/operation/Call::tts_post
https://www.smseagle.eu/docs/apiv2/#tag/Make-a-call/operation/Call::tts_advanced_post
Monitoringplugin
Monitoring plugin that monitors:
modem status
https://www.smseagle.eu/docs/apiv2/#tag/Modem/operation/Modem::status_get
signal strength
https://www.smseagle.eu/docs/apiv2/#tag/Modem/operation/Modem::signal_strength_get
sim status
https://www.smseagle.eu/docs/apiv2/#tag/Modem/operation/Modem::sim_status_get
sim registration status
https://www.smseagle.eu/docs/apiv2/#tag/Modem/operation/Modem::network_registration_status_get
Type of change
How this pull request can be tested ?
The documentation of the API with example reponses.
https://www.smseagle.eu/docs/apiv2/
Here some of my responses:
success SMS or voice-alert
modem status:
sim status:
sim registration status
signal strenth (%)
apisim.yaml.txt
Checklist