UNPKG

@elshaer/homebridge-lg-thinq

Version:

A Homebridge plugin for controlling/monitoring LG ThinQ device via LG ThinQ platform.

3 lines 268 B
import type { Characteristic as CharacteristicType, WithUUID } from 'homebridge'; export default function characteristic(Characteristic: typeof CharacteristicType): Record<'TotalConsumption', WithUUID<new () => CharacteristicType>>; //# sourceMappingURL=index.d.ts.map