UNPKG

matterbridge-roborock-vacuum-plugin

Version:
9 lines (8 loc) 133 B
export interface DeviceSchema { id: number; name: string; code: string; mode: string; type: string; property: unknown; }