UNPKG

node-red-contrib-homekit-bridged

Version:
7 lines (6 loc) 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const hap_nodejs_1 = require("hap-nodejs"); class HAPCharacteristic extends hap_nodejs_1.Characteristic { } exports.default = HAPCharacteristic;