mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 11:16:34 +00:00
Sengled firmware (#3)
* Added Sengled firmwares * Sengled binary firmwares
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
images/Sengled/RDL2016091_1_E11-G13_V0.0.9_20170921_release.ota
Normal file
BIN
images/Sengled/RDL2016091_1_E11-G13_V0.0.9_20170921_release.ota
Normal file
Binary file not shown.
BIN
images/Sengled/RDS2014011_Z01-A19_V0.0.46_20171028_release.ota
Normal file
BIN
images/Sengled/RDS2014011_Z01-A19_V0.0.46_20171028_release.ota
Normal file
Binary file not shown.
BIN
images/Sengled/RDS2017028_E1C-NB6_V0.0.22_20180314.ota
Normal file
BIN
images/Sengled/RDS2017028_E1C-NB6_V0.0.22_20180314.ota
Normal file
Binary file not shown.
48
index.json
48
index.json
@@ -62,5 +62,53 @@
|
||||
"imageType": 276,
|
||||
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Hue/100B-0114-01000B00-ConfLightBLE-Lamps-EFR32MG21.zigbee",
|
||||
"path": "images/Hue/100B-0114-01000B00-ConfLightBLE-Lamps-EFR32MG21.zigbee"
|
||||
},
|
||||
{
|
||||
"fileVersion": 49,
|
||||
"fileSize": 134334,
|
||||
"manufacturerCode": 4448,
|
||||
"imageType": 1004,
|
||||
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Sengled/1542704530003_RDS2017007_E11-N1EA_V0.0.49_20181026_release.ota",
|
||||
"path": "images/Sengled/1542704530003_RDS2017007_E11-N1EA_V0.0.49_20181026_release.ota"
|
||||
},
|
||||
{
|
||||
"fileVersion": 10,
|
||||
"fileSize": 136574,
|
||||
"manufacturerCode": 4448,
|
||||
"imageType": 5,
|
||||
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Sengled/1554860326863_RDS2018021_E1G-G8E_V10_20190405_release.ota",
|
||||
"path": "images/Sengled/1554860326863_RDS2018021_E1G-G8E_V10_20190405_release.ota"
|
||||
},
|
||||
{
|
||||
"fileVersion": 42,
|
||||
"fileSize": 134334,
|
||||
"manufacturerCode": 4448,
|
||||
"imageType": 1017,
|
||||
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Sengled/1555679540244_RDS2017009_E11_U2E_V42_20190418_release.ota",
|
||||
"path": "images/Sengled/1555679540244_RDS2017009_E11_U2E_V42_20190418_release.ota"
|
||||
},
|
||||
{
|
||||
"fileVersion": 9,
|
||||
"fileSize": 116478,
|
||||
"manufacturerCode": 4448,
|
||||
"imageType": 3,
|
||||
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Sengled/RDL2016091_1_E11-G13_V0.0.9_20170921_release.ota",
|
||||
"path": "images/Sengled/RDL2016091_1_E11-G13_V0.0.9_20170921_release.ota"
|
||||
},
|
||||
{
|
||||
"fileVersion": 46,
|
||||
"fileSize": 121086,
|
||||
"manufacturerCode": 4448,
|
||||
"imageType": 1,
|
||||
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Sengled/RDS2014011_Z01-A19_V0.0.46_20171028_release.ota",
|
||||
"path": "images/Sengled/RDS2014011_Z01-A19_V0.0.46_20171028_release.ota"
|
||||
},
|
||||
{
|
||||
"fileVersion": 22,
|
||||
"fileSize": 136062,
|
||||
"manufacturerCode": 4448,
|
||||
"imageType": 2100,
|
||||
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Sengled/RDS2017028_E1C-NB6_V0.0.22_20180314.ota",
|
||||
"path": "images/Sengled/RDS2017028_E1C-NB6_V0.0.22_20180314.ota"
|
||||
}
|
||||
]
|
||||
@@ -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