Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pimatic-prowl

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pimatic-prowl

Plugin to send Prowl notifications in pimatic

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

pimatic-prowl

A plugin for sending prowl notifications in pimatic.

Configuration

You can load the backend by editing your config.json to include:

{
  "plugin": "prowl",
  "apikey": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
}

in the plugins section. For all configuration options see prowl-config-schema

Currently you can send prowl notifications via action handler within rules.

Example:

if it is 08:00 prowl event:"Good morning!" description:"Good morning Dave!" priority:"1"

in general:

if X  
(then) prowl title:"title of the push notification" description:"message for the notification" [priority:"-1 - 1"]

Find more about parameters here prowl.

FAQs

Package last updated on 20 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc