UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

10 lines (8 loc) 199 B
import type { CommonEventProperties } from './Event.ts' export type DeviceRemovedEvent = { type: 'deviceRemoved' removedDeviceId: { id: string type: string } } & CommonEventProperties