UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

10 lines (9 loc) 259 B
import type { Got } from 'got'; import type { Repeater } from '../types/device/Repeater.ts'; declare const _default: (got: Got) => { list(): Promise<Repeater[]>; get({ id }: { id: string; }): Promise<Repeater>; }; export default _default;