UNPKG

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.

13 lines 629 B
// This module was automatically generated by node ts-interface-post.ts // 2025-06-13T09:33:05.683Z import { createCheckers } from 'ts-interface-checker'; import exportedTypeSuite from './dyson-360-msg-types-ti.js'; import { typeSuite as importedTypeSuite0 } from './dyson-360-types.js'; import { typeSuite as importedTypeSuite1 } from './dyson-types.js'; // Type definitions export const typeSuite = exportedTypeSuite; // Checkers export const checkers = createCheckers(typeSuite, importedTypeSuite0, importedTypeSuite1); // Export the checkers by default export default checkers; //# sourceMappingURL=dyson-360-msg-types.js.map