Sengled firmware (#3)

* Added Sengled firmwares

* Sengled binary firmwares
This commit is contained in:
walthowd
2020-04-22 18:51:37 +02:00
committed by GitHub
parent a6e108cb39
commit 15c250ef9e
8 changed files with 50 additions and 1 deletions
+2 -1
View File
@@ -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, ' '));