Skip to content

Commit de4cf69

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 de4cf69

File tree

2 files changed

+1
-63
lines changed

2 files changed

+1
-63
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/lixee.ts

-62
This file was deleted.

0 commit comments

Comments
 (0)