homebridge-weatherflow-tempest
Version:
Exposes WeatherFlow Tempest Station data as Temperature Sensors, Light Sensors, Humidity Sensors and Fan Sensors (for Wind Speed).
19 lines • 657 B
TypeScript
import { PlatformAccessory } from 'homebridge';
import { WeatherFlowTempestPlatform } from './platform';
/**
* Initialize Tempest Platform (only need to do once)
*/
export declare class InitWeatherFlowTempestPlatform {
private readonly platform;
private readonly accessory;
constructor(platform: WeatherFlowTempestPlatform, accessory: PlatformAccessory);
}
/**
* Platform Accessory
*/
export declare class WeatherFlowTempestPlatformAccessory {
private readonly platform;
private readonly accessory;
constructor(platform: WeatherFlowTempestPlatform, accessory: PlatformAccessory);
}
//# sourceMappingURL=platformAccessory.d.ts.map