UNPKG

shellies-ds9

Version:

Handles communication with the next generation of Shelly devices

14 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Ui = void 0; const base_1 = require("./base"); /** * Handles the settings of a Pro4PM device's screen. */ class Ui extends base_1.Component { constructor(device) { super('UI', device); } } exports.Ui = Ui; //# sourceMappingURL=ui.js.map