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.

7 lines (6 loc) 173 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Constants { } Constants.NODES_PREFIX = "mi-devices"; exports.Constants = Constants;