iobroker.roborock
Version:
37 lines (35 loc) • 1.18 kB
text/typescript
// src/lib/features/vacuum/index.ts
// This file imports all vacuum feature classes to ensure their decorators run.
export * from "./a08_features";
export * from "./a101_features";
export * from "./a104_features";
export * from "./a10_features";
export * from "./a117_features";
export * from "./a135_features";
export * from "./a144_features";
export * from "./a147_features";
export * from "./a156_features";
export * from "./a159_features";
export * from "./a15_features";
export * from "./a168_features";
export * from "./a179_features";
export * from "./a187_features";
export * from "./a19_features";
export * from "./a21_features";
export * from "./a27_features";
export * from "./a288_features";
export * from "./a38_features";
export * from "./a40_features";
export * from "./a51_features";
export * from "./a62_features";
export * from "./a65_features";
export * from "./a70_features";
export * from "./a72_features";
export * from "./a73_features";
export * from "./a75_features";
export * from "./a87_features";
export * from "./a97_features";
export * from "./s4_features";
export * from "./s5e_features";
export * from "./s6_features";
export * from "./sc01_features";