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.

14 lines 291 B
{ "compilerOptions": { "module": "commonjs", "target": "es6", "inlineSourceMap": false, "outDir": "dist/", "rootDir": "./src", "moduleResolution": "node" }, "include": [ "src/**/*.ts", "typings" ] }