UNPKG

homebridge-ecowitt-weather-sensors

Version:

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

14 lines 693 B
import { PlatformAccessory } from 'homebridge'; import { EcowittPlatform } from './../EcowittPlatform'; import { MotionSensor } from './MotionSensor'; export declare class RainSensor extends MotionSensor { 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); updateRate(ratein: number, threshold: number, time: string): void; updateTotal(totalin: number, threshold: any, time: string): void; private updateIntensity; } //# sourceMappingURL=RainSensor.d.ts.map