UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

7 lines (6 loc) 223 B
import type { CommonEventProperties } from './Event.ts'; import type { DeviceSet } from '../DeviceSet.ts'; export type DeviceSetCreatedEvent = { type: 'deviceSetCreated'; data: DeviceSet; } & CommonEventProperties;