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

homebridge-denon-quickselect

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-denon-quickselect

homebridge plugin to control QuickSelect on denon receivers

  • 0.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by120%
Maintainers
1
Weekly downloads
 
Created
Source

homebridge-denon-quickselect

This is a homebridge plugin to quickly activate a quickselect on your Denon Receiver.

In order to make this useful, you should preset them once with the DenonAVR App.

usage

Add as many accessoires as you want to your homebridge config.json in the way like this

"accessories": [
    {
      "accessory": "denon-quickselect",
      "name": "AppleTV",
      "quickselect": 2,
      "host": "",
      "zone": 1
    }
]
optional pingUrl

There is one additional option that is called pingUrl, you can use this to send any HTTP GET request for either logging, or waking up devices or whatever you want to do.

For example if you have an AppleTV that is in sleep mode and you want to wake it up when you activate the QuickSelect you could add this following line to your accessory:

  "pingUrl": "http://your.apple.tv.ip:3689/",

Et voila.

Keywords

FAQs

Package last updated on 02 Dec 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