UNPKG

shellies-ds9

Version:

Handles communication with the next generation of Shelly devices

14 lines 399 B
import { Component } from './base'; import { Device } from '../devices'; export interface UiAttributes { } export interface UiConfig { idle_brightness: number; } /** * Handles the settings of a Pro4PM device's screen. */ export declare class Ui extends Component<UiAttributes, UiConfig> implements UiAttributes { constructor(device: Device); } //# sourceMappingURL=ui.d.ts.map