Socket
Book a DemoInstallSign in
Socket

homebridge-flowerpower

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-flowerpower

Parrot Flower Power plugin for HomeBridge

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

homebridge-flowerpower

Parrot Flower Power plugin for Homebridge

This plugin allows you to connect your Parrot Flower Power sensors to HomeBridge. Currently, it only allows you to access the sensors like air temperature, as well as the standard system data.

Installation

  • Install homebridge using: npm install -g homebridge
  • Install this plugin using: npm install -g homebridge-flowerpower
  • Update your configuration file. See sample config.json snippet below.

Configuration

Configuration sample:

   "platforms": [
   	{
   		"platform": "FlowerPower",
   		"name": "Flower Power"
   	}
   ]

Fields:

  • "platform": Must always be "FlowerPower" (required)
  • "name": Can be anything (required)

Keywords

homebridge-plugin

FAQs

Package last updated on 20 Jan 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