UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

7 lines (6 loc) 211 B
import type { CommonEventProperties } from './Event.ts'; import type { Device } from '../device/Device.ts'; export type DeviceAddedEvent = { type: 'deviceAdded'; data: Device; } & CommonEventProperties;