UNPKG

homebridge-loxone-proxy

Version:

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

8 lines 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Pushbutton = void 0; const Switch_1 = require("./Switch"); class Pushbutton extends Switch_1.Switch { } exports.Pushbutton = Pushbutton; //# sourceMappingURL=Pushbutton.js.map