UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

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