Skip to content

Commit 18e9336

Browse files
committed
changed lixee ota external handling by using zigbeeOTA
removed ota/lixee.ts ( no need anymore, fw are submitted using zigbee-OTA pull request ) fix #16823 PR submitted for type 2 limited firmware Koenkk/zigbee-OTA#568 type 1 norma fw already present in index.json
1 parent dbe1fd1 commit 18e9336

File tree

3 files changed

+2
-65
lines changed

3 files changed

+2
-65
lines changed

src/devices/lixee.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,7 @@ const definitions: DefinitionWithExtend[] = [
18601860
throw e.reason;
18611861
});
18621862
},
1863-
ota: ota.lixee,
1863+
ota: ota.zigbeeOTA,
18641864
onEvent: async (type, data, device, options) => {
18651865
const endpoint = device.getEndpoint(1);
18661866
if (type === 'start') {

src/lib/ota/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import * as gmmts from './gmmts';
44
import * as inovelli from './inovelli';
55
import * as jethome from './jethome';
66
import * as ledvance from './ledvance';
7-
import * as lixee from './lixee';
87
import * as salus from './salus';
98
import * as securifi from './securifi';
109
import * as tradfri from './tradfri';
@@ -13,6 +12,6 @@ import * as zigbeeOTA from './zigbeeOTA';
1312

1413
const {setDataDir} = common;
1514

16-
export {inovelli, ledvance, salus, lixee, securifi, tradfri, ubisys, zigbeeOTA, jethome, gmmts, setDataDir};
15+
export {inovelli, ledvance, salus, securifi, tradfri, ubisys, zigbeeOTA, jethome, gmmts, setDataDir};
1716

1817
export type ImageInfo = Ota.ImageInfo;

src/lib/ota/lixee.ts

-62
This file was deleted.

0 commit comments

Comments
 (0)