UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

6 lines (4 loc) 124 B
import type { CommonEventProperties } from './Event.ts' export type PingEvent = { type: 'ping' } & CommonEventProperties