UNPKG

@pmouli/isy-matter-server

Version:

Service to expose an ISY device as a Matter Border router

9 lines 210 B
export class ISYEvent { action; eventInfo; constructor(eventData) { this.action = eventData.action; this.eventInfo = eventData.eventInfo; } } //# sourceMappingURL=ISYEvent.js.map