Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zetta-wemothat-driver

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

zetta-wemothat-driver

Zetta driver for Wemo

  • 0.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Zetta driver for Wemo

Extended Wemo driver for Zetta that provides broader model support and handles device events.

Supported Hardware

  • Wemo Light Bulb
  • Wemo Insight Switch
  • Wemo Switch
  • Wemo Motion
  • Wemo Maker
  • [ ] Osram Lightify TW
  • Osram Flex RGBW
  • Osram Gardenspot RGB

Install

$ npm install zetta-wemothat-driver

Usage

var zetta = require('zetta');
var Wemo = require('zetta-wemothat-driver');

zetta()
  .use(Wemo)
  .listen(1337)

Devices

Wemo Motion

This sensor emits the states motion or quiet.

Wemo (Color) Light

Transitions
turnOn()

Turns the bulb on.

turnOff()

Turns the bulb off.

dim(level = 0-255)

Turns the light on and dims it to the given level.

setColor(red = 0-255, green = 0-255, blue = 0-255)

Sets the light to the specified RGB color.

Wemo Switch

Transitions
turnOn()

Turns the switch on.

turnOff()

Turns the switch off.

Wemo Insight Switch

Streams
power

The current power consumption of the device in watts.

Transitions
turnOn()

Turns the switch on.

turnOff()

Turns the switch off.

License

Published under the MIT License.

Keywords

FAQs

Package last updated on 21 Aug 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