@palekseii/homebridge-tuya-platform
Version:
Fork version of official Tuya Homebridge plugin. Brings a bunch of bug fix and new device support.
5 lines • 446 B
TypeScript
import { API, Service } from 'homebridge';
import { TuyaDeviceSchema } from '../../device/TuyaDevice';
import OverridedBaseAccessory from '../BaseAccessory';
export declare function configureEnergyUsage(api: API, accessory: OverridedBaseAccessory, service: Service, currentSchema?: TuyaDeviceSchema, powerSchema?: TuyaDeviceSchema, voltageSchema?: TuyaDeviceSchema, totalSchema?: TuyaDeviceSchema): void;
//# sourceMappingURL=EnergyUsage.d.ts.map