matterbridge-dyson-robot
Version:
A Matterbridge plugin that connects Dyson robot vacuums and air treatment devices to the Matter smart home ecosystem via their local or cloud MQTT APIs.
11 lines • 1.06 kB
TypeScript
import { Endpoint } from 'matterbridge/matter';
export declare function createAirQualityClusterServer({ behaviors }: Endpoint): void;
export declare function createTemperatureMeasurementClusterServer({ behaviors }: Endpoint): void;
export declare function createRelativeHumidityMeasurementClusterServer({ behaviors }: Endpoint): void;
export declare function createTotalVolatileOrganicCompoundsConcentrationMeasurementClusterServer({ behaviors }: Endpoint): void;
export declare function createCarbonDioxideConcentrationMeasurementClusterServer({ behaviors }: Endpoint): void;
export declare function createNitrogenDioxideConcentrationMeasurementClusterServer({ behaviors }: Endpoint): void;
export declare function createFormaldehydeConcentrationMeasurementClusterServer({ behaviors }: Endpoint): void;
export declare function createPm25ConcentrationMeasurementClusterServer({ behaviors }: Endpoint): void;
export declare function createPm10ConcentrationMeasurementClusterServer({ behaviors }: Endpoint): void;
//# sourceMappingURL=endpoint-air-quality.d.ts.map