UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

9 lines (7 loc) 170 B
import type { CommonEventProperties } from './Event' export type SceneTriggeredEvent = { type: 'sceneTriggered' data: { id: string } } & CommonEventProperties