0.1.23 • Published 8 years ago

homestar-wemo v0.1.23

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
8 years ago

homestar-wemo

IOTDB Bridge for Belkin WeMo devices.

About

See the samples for details how to add to your project. particularly model.js for "standalone" and iotdb.js for use in IOTDB / HomeStar projects.

Installation

Then:

$ npm install homestar-wemo

Use

Code to turn off all WeMo sockets

const iotdb = require('iotdb')
iotdb.use("homestar-wemo")

iotdb.connect("WeMoSocket").set(":on", false)

Models

WeMoSocket

This controls WeMo Sockets.

Functionality:

  • discover WeMo Sockets
  • turn on and off
  • get same (including notifications)

Attributes

  • on: true or false, purpose iot-purpose:on

e.g.

{
    "on": true
}

the socket is on / turn the socket on

WeMoInsight

NOT TESTED

Attributes

  • on: true or false, purpose iot-purpose:on

e.g.

{
    "on": true
}

WeMoLightSwitch

NOT TESTED

Attributes

  • on: true or false, purpose iot-purpose:on

e.g.

{
    "on": true
}

WeMoMotion

NOT TESTED

Attributes

  • motion: true or false, purpose iot-purpose:sensor.motion

e.g.

{
    "motion": true
}

WeMoCrockpot

NOT TESTED

Attributes

  • on: true or false, purpose iot-purpose:on

e.g.

{
    "on": true
}
0.1.23

8 years ago

0.1.22

8 years ago

0.1.21

8 years ago

0.1.20

8 years ago

0.1.19

8 years ago

0.1.18

8 years ago

0.1.17

8 years ago

0.1.16

8 years ago

0.1.15

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago