UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

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