New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-pusher

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-pusher

A Homebridge plugin for triggering and subscribing to Pusher events

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Pusher plugin for Homebridge

This platform plug-in for Homebridge allows you to add two types of devices to HomeKit: subscribers and publishers.

Subcribers

Subscribers are represented as contact sensors. They subscribe to a single event on a Pusher channel. By default, the sensor remains in the 'closed' state. When the specified event is received, the sensor switches to the 'open' state for one second.

This allows you to trigger HomeKit automations from any web app or automation platform, such as Zapier, that has a Pusher integration.

Note: I couldn't get Zapier's existing Pusher integration to work, so I wrote my own.

Publishers

Publishers are represented as switches. When switched on, they publish a single event to a Pusher channel and then return to the off state. This allows you to trigger automations on any web app or automation platform that subscribes to Pusher events.

It also allows you to chain automations between multiple HomeKit homes by having a publisher at one home and a subscriber at another.

Future Features

  • Support for private channels. Currently, only public channels are supported.

  • Ability to subscribe/publish multiple events from a single subscriber/publisher.

  • Ability to act on event data instead of just channel and event names.

Keywords

FAQs

Package last updated on 06 Nov 2022

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