UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

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