Skip to content

Control the IR and RF interfaces within Broadlink RM devices.

License

Notifications You must be signed in to change notification settings

fbacker/broadlinkjs-rm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Broadlink RM

Introduction

This module allows you to control the IR and RF interfaces within Broadlink RM devices.

How to use

Import lib and listen on devices

const BroadlinkJS = require("broadlinkjs-rm");
const broadlink = new BroadlinkJS();

broadlink.on("deviceReady", device => {
  // new device
});
broadlink.discover();

Thanks

This work is based on https://github.com/lprhodes/broadlinkjs-rm

About

Control the IR and RF interfaces within Broadlink RM devices.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%