New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

homebridge-eightsleep-pod

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-eightsleep-pod

eightsleep platform plugin for homebridge

latest
Source
npmnpm
Version
2.4.4
Version published
Maintainers
1
Created
Source

homebridge-eightsleep-pod

homebriged plugin for the eightsleep pod

Installation

npm i --save homebridge-eightsleep-pod

Usage

Example config, It will show up as a Heater/Cooler in homekit. Fan speed controls the temperature level.

"platforms": [
    // This is the config for this plugin
    {
      "platform": "EightSleepPod",
      "email": "email@email.com",
      "password": "mypassword",
      "oauthClient": {
          "id": "oauth-client-id",
          "secret": "oauth-client-secret"
      }
    }
    // End of the config
  ],

How do I get my oauth client id and secret?

Check out this comment

Screenshots

tiles controls

License

MI

Keywords

homebridge-plugin

FAQs

Package last updated on 08 Mar 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