UNPKG

node-red-contrib-homekit-bridged

Version:
9 lines (8 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var HostType; (function (HostType) { HostType[HostType["BRIDGE"] = 0] = "BRIDGE"; HostType[HostType["STANDALONE"] = 1] = "STANDALONE"; })(HostType || (HostType = {})); exports.default = HostType;