UNPKG

@palekseii/homebridge-tuya-platform

Version:

Fork version of official Tuya Homebridge plugin. Brings a bunch of bug fix and new device support.

9 lines 352 B
import BaseAccessory from './BaseAccessory'; export default class GarageDoorAccessory extends BaseAccessory { requiredSchema(): string[][]; configureServices(): void; mainService(): import("hap-nodejs").Service; configureCurrentDoorState(): void; configureTargetDoorState(): void; } //# sourceMappingURL=GarageDoorAccessory.d.ts.map