Skip to content

Node.js implementation of the DreamScreen UDP Protocol

License

Notifications You must be signed in to change notification settings

ksecord/dreamscreen-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DreamScreen Node.js Library

Example

var DreamScreenClient = require('../lib/dreamscreen').Client;
var client = new DreamScreenClient();

client.on('light-new', function (light) {
   light.setMode(3, function (err) {
      if (!err) {
         console.log(`${light.name} set Mode 3 success`);
      }
   });
});

Special Thanks

About

Node.js implementation of the DreamScreen UDP Protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published