homebridge-texecom-connect
Version:
A Homebridge plugin to integrate with Texecom Connect SmartCom.
12 lines • 356 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.pluginName = exports.platformName = void 0;
/**
* The name of the Platform, as used ins `config.json`.
*/
exports.platformName = "TexecomConnect";
/**
* The name of the Plugin.
*/
exports.pluginName = "homebridge-texecom-connect";
//# sourceMappingURL=settings.js.map