homebridge-mi-flora-care
Version:
This is a homebridge plugin for the Xiaomi Mi Flora / Xiaomi Flower Care devices.
13 lines • 550 B
TypeScript
import { API, Service, Characteristic } from 'homebridge';
export declare class SoilCharacteristic extends Characteristic {
static readonly UUID: string;
constructor();
}
export declare class PlantSensor extends Service {
static readonly UUID: string;
static SoilMoisture: typeof SoilCharacteristic;
static SoilFertility: typeof SoilCharacteristic;
constructor(displayName: string, subtype?: string);
}
export declare const plantSensorService: (api: API) => typeof PlantSensor;
//# sourceMappingURL=plantSensorService.d.ts.map