UNPKG

node-red-contrib-mysensors

Version:

Mysensors related nodes, for decoding / encoding mysensors serial protocol and MQTT topic, and wrapping arbitrary messages into mysensors compatible messages

31 lines (30 loc) 454 B
{ "all": true, "per-file": true, "lines": 95, "functions": 95, "branches": 95, "statements": 95, "cache": false, "watermarks": { "lines": [95, 99], "functions": [95, 99], "branches": [90, 95], "statements": [95, 99] }, "exclude": [ "**/*.spec.ts" ], "include": [ "src/lib/**/*.ts" ], "extension": [ ".ts" ], "require": [ "ts-node/register" ], "sourceMap": true, "instrument": true, "report-dir": "./.coverage" }