Hue smart button and Lutron Aurora dimmer (#4)

* Hue smart button and Lutron Aurora dimmer

* Firmware files
This commit is contained in:
walthowd
2020-06-02 10:58:04 -05:00
committed by GitHub
parent 36b56b9193
commit a41b4af249
4 changed files with 17 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -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"
}
]

View File

@@ -8,6 +8,7 @@ const manufacturerNameLookup = {
4107: 'Hue',
4474: 'Insta',
4448: 'Sengled',
4420: 'Lutron',
};
if (!filename) {