UNPKG

@pmouli/isy-matter-server

Version:

Service to expose an ISY device as a Matter Border router

9 lines (7 loc) 329 B
import type { ZigBee } from 'isy-nodejs/ISY'; import './BehaviorRegistry.js'; export { BehaviorRegistry as Registry } from './BehaviorRegistry.js'; export * as Insteon from './Insteon/index.js'; export * from './ISYBridgedDeviceBehavior.js'; export * from './ISYClusterBehavior.js'; export * as ZigBee from './ZigBee/index.js';