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

homebridge-pivot-power-genius

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-pivot-power-genius

Homebridge plugin for the Wink Pivot Power Genius (former Quirky).

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-22.22%
Maintainers
1
Weekly downloads
 
Created
Source

Homebridge Pivot Power Genius

This Homebridge plugin allows to control your Pivot Power Genius.

Setup

  • Install homebridge
  • Install this plugin: $ npm install -g homebridge-pivot-power-genius

Configuration

First, you should obtain access to the Wink API (by sending a request to questions@wink.com).

"platforms": [
  {
    "platform": "Wink Pivot Power Genius",
    "name": "Wink Pivot Power Genius",
    "client_id": "<replace_with_your_client_id>",
    "client_secret": "<replace_with_your_client_secret>",
    "username": "<replace_with_your_wink_username>",
    "password": "<replace_with_your_wink_password>",
    "outlets": [
      {
        "uuid":"<an_outlet_uuid>",
        "hapService": "Lightbulb",
        "name": "Light"
      }
    ]
  }
]

Note about the outlets property:

  • it should be defined as an array ([]), but don't necessary need to contain any value.
  • it can contains objects ({}) representing overrides for given outlets.
  • properties that matters:
    • uuid can be found by running homebridge with the command $ DEBUG=wink:http homebridge and observing the console output. Objects with the property object_type set to outlet contains a property uuid - this is the one you need.
    • hapService defaults to Outlet and can optionally be replaced by a different service. This becomes handy if your outlet controls a lightbulb, and you want it to appear as such in your HomeKit app.
    • name defaults to the name set in the wink app.

Keywords

FAQs

Package last updated on 19 Feb 2017

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