Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pipebits/node-de3

This module allow the interaction with the stick-de3 from nicolaudie
https://github.com/pipebits/node-de3

Last synced: about 1 month ago
JSON representation

This module allow the interaction with the stick-de3 from nicolaudie

Awesome Lists containing this project

README

        

# node-d3

This module allow the interaction with the stick-de3 from nicolaudie https://www.nicolaudie.com/stick-de3.htm

## Usage

### Create the stick

```js
var StickDriver = require("node-de3");

var stick = new StickDriver("STCIK IP");
```

### Call a scene

```js
stick.triggerScene(SceneNumber);
```