home-assistant-futurehome/futurehome/src/fimp/vinculum_pd7_device.ts

13 lines
230 B
TypeScript
Raw Normal View History

export type VinculumPd7Device = {
client?: {
// User-defined device name
name?: string | null,
} | null,
id: number,
services?: any,
type?: {
type?: string | null,
subtype?: string | null,
} | null,
};