UNPKG

homebridge-loxone-proxy

Version:

Homebridge Dynamic Platform Plugin which exposes a Loxone System to Homekit.

11 lines 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Outlet = void 0; const Switch_1 = require("./Switch"); class Outlet extends Switch_1.Switch { getSwitchType() { return this.platform.Service.Outlet; } } exports.Outlet = Outlet; //# sourceMappingURL=Outlet.js.map