mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 11:16:34 +00:00
Hue smart button and Lutron Aurora dimmer (#4)
* Hue smart button and Lutron Aurora dimmer * Firmware files
This commit is contained in:
BIN
images/Hue/100B-0116-02001E00-Switch-EFR32MG13.zigbee
Normal file
BIN
images/Hue/100B-0116-02001E00-Switch-EFR32MG13.zigbee
Normal file
Binary file not shown.
BIN
images/Lutron/Superman_v3_04_Release_3040.ota
Normal file
BIN
images/Lutron/Superman_v3_04_Release_3040.ota
Normal file
Binary file not shown.
16
index.json
16
index.json
@@ -118,5 +118,21 @@
|
||||
"imageType": 274,
|
||||
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Hue/100B-0112-01001500-ConfLightBLE-Lamps-EFR32MG13.zigbee",
|
||||
"path": "images/Hue/100B-0112-01001500-ConfLightBLE-Lamps-EFR32MG13.zigbee"
|
||||
},
|
||||
{
|
||||
"fileVersion": 33562112,
|
||||
"fileSize": 244474,
|
||||
"manufacturerCode": 4107,
|
||||
"imageType": 278,
|
||||
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Hue/100B-0116-02001E00-Switch-EFR32MG13.zigbee",
|
||||
"path": "images/Hue/100B-0116-02001E00-Switch-EFR32MG13.zigbee"
|
||||
},
|
||||
{
|
||||
"fileVersion": 3040,
|
||||
"fileSize": 224990,
|
||||
"manufacturerCode": 4420,
|
||||
"imageType": 0,
|
||||
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Lutron/Superman_v3_04_Release_3040.ota",
|
||||
"path": "images/Lutron/Superman_v3_04_Release_3040.ota"
|
||||
}
|
||||
]
|
||||
@@ -8,6 +8,7 @@ const manufacturerNameLookup = {
|
||||
4107: 'Hue',
|
||||
4474: 'Insta',
|
||||
4448: 'Sengled',
|
||||
4420: 'Lutron',
|
||||
};
|
||||
|
||||
if (!filename) {
|
||||
|
||||
Reference in New Issue
Block a user