homebridge-texecom-connect
Version:
A Homebridge plugin to integrate with Texecom Connect SmartCom.
8 lines • 355 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TexecomAreaAccessory = void 0;
const texecom_accessory_1 = require("./texecom-accessory");
class TexecomAreaAccessory extends texecom_accessory_1.TexecomAccessory {
}
exports.TexecomAreaAccessory = TexecomAreaAccessory;
//# sourceMappingURL=texecom-area-accessory.js.map