UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

8 lines (7 loc) 191 B
import type { CommonEventProperties } from './Event.ts'; export type DeviceDiscoveredEvent = { type: 'deviceDiscovered'; data: { id: string; }; } & CommonEventProperties;