0.1.19 • Published 8 years ago

homestar-tcp v0.1.19

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

homestar-tcp

IOTDB Bridge for TCP (Connected Lights)

About

See the samples for details how to add to your project.

Credits

All the clever bits of connecting to TCP Lighting come from here:

Installation and Configuration

Then:

$ npm install -g homestar    ## may require sudo
$ npm install homestar-tcp
$ homestar configure homestar-tcp

Use

Set the light to half-bright

const iotdb = require('iotdb')
const things = iotdb.connect("TCPConnectedLight")
things.set(":brightness", 50)

Models

TCPConnectLight

e.g.

{
    "on": true,
    "brightness": 75
}
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

8 years ago

0.1.11

8 years ago

0.1.10

8 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.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