Skip to content

Commit

Permalink
Missed reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesonuk committed Nov 1, 2024
1 parent d64bc55 commit 6c5a313
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/ota/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ import * as jethome from './jethome';
import * as ledvance from './ledvance';
import * as salus from './salus';
import * as securifi from './securifi';
import * as tradfri from './tradfri';
import * as ubisys from './ubisys';
import * as zigbeeOTA from './zigbeeOTA';

const {setDataDir} = common;

export {inovelli, ledvance, salus, securifi, tradfri, ubisys, zigbeeOTA, jethome, gmmts, setDataDir};
export {inovelli, ledvance, salus, securifi, ubisys, zigbeeOTA, jethome, gmmts, setDataDir};

export type ImageInfo = Ota.ImageInfo;

0 comments on commit 6c5a313

Please sign in to comment.