Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pipebits/node-de3
- Owner: pipebits
- License: mit
- Created: 2022-11-12T23:08:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T07:19:30.000Z (about 2 years ago)
- Last Synced: 2024-11-07T19:42:35.869Z (about 2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);
```