UNPKG

@palekseii/homebridge-tuya-platform

Version:

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

4 lines 221 B
import { Service } from 'homebridge'; import BaseAccessory from '../BaseAccessory'; export declare function configureName(accessory: BaseAccessory, service: Service, name: string): void; //# sourceMappingURL=Name.d.ts.map