UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

10 lines (8 loc) 234 B
import type { CommonEventProperties } from './Event.ts' export type RemotePressEvent = { type: 'remotePressEvent' data: { id: string clickPattern: 'singlePress' | 'doublePress' | 'longPress' } } & CommonEventProperties