UNPKG

@andrei-tatar/node-red-contrib-nibetcp

Version:

Node-red integration for Nibe S series heatpumps using modbus over TCP

7 lines (6 loc) 188 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isDefined = isDefined; function isDefined(value) { return value !== undefined && value !== null; }