UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

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