dirigera
Version:
A TypeScript client for IKEA's DIRIGERA smart home hub
16 lines (13 loc) • 372 B
text/typescript
import type { RemotePressEvent } from '../../src/index.ts'
const singlePressEvent: RemotePressEvent = {
id: '00000000-0000-0000-0000-000000000000',
source: 'hub',
time: '2000-01-01T00:00:00.000Z',
specversion: '1.1.0',
type: 'remotePressEvent',
data: {
id: '00000000-0000-0000-0000-000000000000',
clickPattern: 'singlePress',
},
}
singlePressEvent