mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-09-27 15:01:27 +00:00
Sengled firmware (#3)
* Added Sengled firmwares * Sengled binary firmwares
This commit is contained in:
+2
-1
@@ -7,6 +7,7 @@ const baseURL = 'https://github.com/Koenkk/zigbee-OTA/raw/master';
|
||||
const manufacturerNameLookup = {
|
||||
4107: 'Hue',
|
||||
4474: 'Insta',
|
||||
4448: 'Sengled',
|
||||
};
|
||||
|
||||
if (!filename) {
|
||||
@@ -58,4 +59,4 @@ if (!fs.existsSync(path.dirname(destination))) {
|
||||
|
||||
fs.copyFileSync(file, destination);
|
||||
|
||||
fs.writeFileSync('index.json', JSON.stringify(indexJSON, null, ' '));
|
||||
fs.writeFileSync('index.json', JSON.stringify(indexJSON, null, ' '));
|
||||
|
||||
Reference in New Issue
Block a user