UNPKG

node-red-contrib-mi-sensors

Version:

A set of nodes to control some of the popular Xiaomi sensors which are connected to the Xiaomi Gateway, and the Gateway itself.

10 lines (9 loc) 322 B
"use strict"; const Searcher_1 = require("./Searcher"); const YeelightConfigurator_1 = require("./YeelightConfigurator"); const YeelightOut_1 = require("./YeelightOut"); module.exports = (RED) => { Searcher_1.Searcher.discover(RED); YeelightConfigurator_1.default(RED); YeelightOut_1.default(RED); };