UNPKG

zigbee-herdsman-converters

Version:

Collection of device converters to be used with zigbee-herdsman

14 lines 602 B
import * as inovelli from './inovelli'; import * as ledvance from './ledvance'; import * as salus from './salus'; import * as lixee from './lixee'; import * as securifi from './securifi'; import * as tradfri from './tradfri'; import * as ubisys from './ubisys'; import * as zigbeeOTA from './zigbeeOTA'; import * as jethome from './jethome'; import { Ota } from '../types'; declare const setDataDir: (dir: string) => void; export { inovelli, ledvance, salus, lixee, securifi, tradfri, ubisys, zigbeeOTA, jethome, setDataDir, }; export type ImageInfo = Ota.ImageInfo; //# sourceMappingURL=index.d.ts.map