UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

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