UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

9 lines (8 loc) 265 B
import type { Got } from 'got'; import type { Hub } from '../types/device/Hub.ts'; declare const _default: (got: Got) => { status(): Promise<Hub>; checkFirmwareUpdate(): Promise<void>; installFirmwareUpdate(): Promise<void>; }; export default _default;