Skip to content

Commit

Permalink
feat: add support for uptime kuma 1.18.1 / 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasheld committed Oct 4, 2022
1 parent 0237736 commit 3e16689
Showing 1 changed file with 105 additions and 69 deletions.
174 changes: 105 additions & 69 deletions plugins/modules/notification_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,62 +256,6 @@
description: mattermost provider option.
returned: if type is mattermost
type: str
ntfyserverurl:
description: ntfy provider option.
returned: if type is ntfy
type: str
ntfytopic:
description: ntfy provider option.
returned: if type is ntfy
type: str
ntfyPriority:
description: ntfy provider option.
returned: if type is ntfy
type: str
octopushVersion:
description: octopush provider option.
returned: if type is octopush
type: str
octopushAPIKey:
description: octopush provider option.
returned: if type is octopush
type: str
octopushLogin:
description: octopush provider option.
returned: if type is octopush
type: str
octopushPhoneNumber:
description: octopush provider option.
returned: if type is octopush
type: str
octopushSMSType:
description: octopush provider option.
returned: if type is octopush
type: str
octopushSenderName:
description: octopush provider option.
returned: if type is octopush
type: str
octopushDMLogin:
description: octopush provider option.
returned: if type is octopush
type: str
octopushDMAPIKey:
description: octopush provider option.
returned: if type is octopush
type: str
octopushDMPhoneNumber:
description: octopush provider option.
returned: if type is octopush
type: str
octopushDMSenderName:
description: octopush provider option.
returned: if type is octopush
type: str
octopushDMSMSType:
description: octopush provider option.
returned: if type is octopush
type: str
httpAddr:
description: OneBot provider option.
returned: if type is OneBot
Expand Down Expand Up @@ -548,10 +492,6 @@
description: stackfield provider option.
returned: if type is stackfield
type: str
webhookUrl:
description: teams provider option.
returned: if type is teams
type: str
pushAPIKey:
description: PushByTechulus provider option.
returned: if type is PushByTechulus
Expand Down Expand Up @@ -580,6 +520,18 @@
description: AlertNow provider option.
returned: if type is AlertNow
type: str
homeAssistantUrl:
description: HomeAssistant provider option.
returned: if type is HomeAssistant
type: str
longLivedAccessToken:
description: HomeAssistant provider option.
returned: if type is HomeAssistant
type: str
lineNotifyAccessToken:
description: LineNotify provider option.
returned: if type is LineNotify
type: str
barkEndpoint:
description: Bark provider option.
returned: if type is Bark
Expand All @@ -592,17 +544,101 @@
description: Bark provider option.
returned: if type is Bark
type: str
homeAssistantUrl:
description: HomeAssistant provider option.
returned: if type is HomeAssistant
goAlertBaseURL:
description: GoAlert provider option.
returned: if type is GoAlert
type: str
longLivedAccessToken:
description: HomeAssistant provider option.
returned: if type is HomeAssistant
goAlertToken:
description: GoAlert provider option.
returned: if type is GoAlert
type: str
lineNotifyAccessToken:
description: LineNotify provider option.
returned: if type is LineNotify
ntfyusername:
description: ntfy provider option.
returned: if type is ntfy
type: str
ntfypassword:
description: ntfy provider option.
returned: if type is ntfy
type: str
ntfytopic:
description: ntfy provider option.
returned: if type is ntfy
type: str
ntfyPriority:
description: ntfy provider option.
returned: if type is ntfy
type: str
ntfyserverurl:
description: ntfy provider option.
returned: if type is ntfy
type: str
octopushVersion:
description: octopush provider option.
returned: if type is octopush
type: str
octopushAPIKey:
description: octopush provider option.
returned: if type is octopush
type: str
octopushLogin:
description: octopush provider option.
returned: if type is octopush
type: str
octopushPhoneNumber:
description: octopush provider option.
returned: if type is octopush
type: str
octopushSMSType:
description: octopush provider option.
returned: if type is octopush
type: str
octopushSenderName:
description: octopush provider option.
returned: if type is octopush
type: str
octopushDMLogin:
description: octopush provider option.
returned: if type is octopush
type: str
octopushDMAPIKey:
description: octopush provider option.
returned: if type is octopush
type: str
octopushDMPhoneNumber:
description: octopush provider option.
returned: if type is octopush
type: str
octopushDMSenderName:
description: octopush provider option.
returned: if type is octopush
type: str
octopushDMSMSType:
description: octopush provider option.
returned: if type is octopush
type: str
serverChanSendKey:
description: ServerChan provider option.
returned: if type is ServerChan
type: str
smsmanagerApiKey:
description: SMSManager provider option.
returned: if type is SMSManager
type: str
numbers:
description: SMSManager provider option.
returned: if type is SMSManager
type: str
messageType:
description: SMSManager provider option.
returned: if type is SMSManager
type: str
squadcastWebhookURL:
description: squadcast provider option.
returned: if type is squadcast
type: str
webhookUrl:
description: teams provider option.
returned: if type is teams
type: str
'''

Expand Down

0 comments on commit 3e16689

Please sign in to comment.