PushoverForPS
1.1.1
Send-Pushover is used to generate notifications with the Pushover API.
Receive-PushoverReceipt is used to retrieve the state of Emergency priority not
Send-Pushover is used to generate notifications with the Pushover API.
Receive-PushoverReceipt is used to retrieve the state of Emergency priority notifications that have to be acknowledged.
Test-PushoverKey validates user/group keys and/or device names.
Stop-PushoverRetry stops Emergency priority notification retries.
Receive-PushoverSound retrieves the list of currently available sounds that can be triggered on devices.
For more information run Get-Help PushoverForPS.
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
(c) 2016 Chris Carter. All rights reserved.
Package Details
Author(s)
- Chris Carter
Tags
Pushover PushoverAPI Notifications Android iOS Desktop Chrome Firefox Safari
Functions
Send-Pushover Test-PushoverKey Receive-PushoverReceipt Stop-PushoverRetry Receive-PushoverSound
Dependencies
This module has no dependencies.
Release Notes
Added Pipeline input for all commands. Introduced rate limiting Any command that tries to send identical requests withing five seconds of each other will be paused until 5 seconds has been reached. This is due to the limitations outlined by the Pushover API.
I'm still going back and forth on the type of the response returns from the various commands. Right now they are PSCustomObject, but I thought about making them a custom type. Plus, I also keep going back and forth about whether the properties returned should be more in line with .NET and be $response.CalledBackAt vs their current form straight from the Pushover API, $response.Called_Back_At. Any opinions on this would be welcome.
FileList
- PushoverForPS.nuspec
- PushoverForPS.psd1
- PushoverForPS.psm1
- en-us\about_PushoverForPS.help.txt