UNPKG

homebridge-ecowitt-weather-sensors

Version:

Homebridge support for your Fine Offset weather station (Ecowitt, Ambient, Froggit, GoGen, and more)

14 lines 682 B
import { PlatformAccessory } from 'homebridge'; import { EcowittPlatform } from './../EcowittPlatform'; import { Sensor } from './Sensor'; export declare class BatterySensor extends Sensor { protected readonly platform: EcowittPlatform; protected readonly accessory: PlatformAccessory; protected readonly id: string; protected readonly name: string; constructor(platform: EcowittPlatform, accessory: PlatformAccessory, id: string, name: string); updateLevel(level: number, time: string): void; updateStatusLow(low: boolean, time: string): void; updateChargingState(charging: boolean, time: string): void; } //# sourceMappingURL=BatterySensor.d.ts.map