diff --git a/images/Hue/100B-0116-02001E00-Switch-EFR32MG13.zigbee b/images/Hue/100B-0116-02001E00-Switch-EFR32MG13.zigbee new file mode 100644 index 0000000..af0d7ae Binary files /dev/null and b/images/Hue/100B-0116-02001E00-Switch-EFR32MG13.zigbee differ diff --git a/images/Lutron/Superman_v3_04_Release_3040.ota b/images/Lutron/Superman_v3_04_Release_3040.ota new file mode 100644 index 0000000..8aa9402 Binary files /dev/null and b/images/Lutron/Superman_v3_04_Release_3040.ota differ diff --git a/index.json b/index.json index 35a9640..4bf2359 100644 --- a/index.json +++ b/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" } ] \ No newline at end of file diff --git a/scripts/add.js b/scripts/add.js index 33999cc..7fac9c4 100644 --- a/scripts/add.js +++ b/scripts/add.js @@ -8,6 +8,7 @@ const manufacturerNameLookup = { 4107: 'Hue', 4474: 'Insta', 4448: 'Sengled', + 4420: 'Lutron', }; if (!filename) {