From f4a8bb5237ef5f44025956fe23dd1513e37b529a Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Mon, 22 Feb 2021 20:24:19 +0100 Subject: [PATCH] OTA support for E12-N1E. https://github.com/Koenkk/zigbee-OTA/pull/26 --- devices.js | 1 + 1 file changed, 1 insertion(+) diff --git a/devices.js b/devices.js index 40413af82234e..162e71979f188 100755 --- a/devices.js +++ b/devices.js @@ -6351,6 +6351,7 @@ const devices = [ vendor: 'Sengled', description: 'Smart LED multicolor (BR30)', extend: preset.light_onoff_brightness_colortemp_colorxy(), + ota: ota.zigbeeOTA, }, { zigbeeModel: ['E1G-G8E'],