UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

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