UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

7 lines (6 loc) 217 B
import type { CommonEventProperties } from './Event'; import type { DeviceSet } from '../DeviceSet'; export type DeviceSetUpdatedEvent = { type: 'deviceSetUpdated'; data: DeviceSet; } & CommonEventProperties;