UNPKG

broadlinkjs-dw

Version:

A Node.JS library for controlling Broadlink devices (modified)

11 lines (7 loc) 538 B
Node.JS library for Broadlink RM2 IR controllers =============================================== A Node.JS module for controlling IR controllers from [Broadlink](http://www.ibroadlink.com/rm/). At present, only RM Pro (referred to as RM2 in the codebase) devices are supported. There is currently no support for the cloud API. This module was re-implemented using javascript from [python-broadlink](http://github.com/mjg59/python-broadlink). Example use ----------- Please see test.js for temperature checking and ir learning example.