UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

5 lines (4 loc) 125 B
import type { CommonEventProperties } from './Event'; export type PingEvent = { type: 'ping'; } & CommonEventProperties;