File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to `@homebridge-plugins/homebridge-ewelink` will be document
44
55## v12.9.1 (Unreleased)
66
7+ ### Added
8+
9+ - support zigbee e27 bulb (18w), with UIID ` 7009 `
10+
711### Changed
812
913- updated dependencies + lint rules
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ export default {
342342 zbSwitchStateless : [ 1000 , 7000 ] ,
343343 zbLightDimmer : [ 1257 ] ,
344344 zbLightCCT : [ 1258 ] ,
345- zbLightRGBCCT : [ 3258 ] ,
345+ zbLightRGBCCT : [ 3258 , 7009 ] ,
346346 zbMotor : [ 1514 , 7006 ] ,
347347 zbSensorAmbient : [ 1770 , 1771 , 7014 ] ,
348348 zbSensorMotion : [ 2026 , 7002 ] ,
@@ -541,6 +541,7 @@ export default {
541541 7004 : 1 , // Zigbee Single-Channel Switch _Support OTA
542542 7005 : 1 , // Some switch, not entirely sure
543543 7006 : 1 , // Zigbee Curtain_Support OTA
544+ 7009 : 1 , // Zigbee CCT https://github.com/homebridge-plugins/homebridge-ewelink/issues/731
544545 7010 : 1 , // Zigbee Micro https://github.com/homebridge-plugins/homebridge-ewelink/issues/630
545546 7014 : 1 , // some sensor https://github.com/homebridge-plugins/homebridge-ewelink/issues/494
546547 7016 : 1 , // https://sonoff.tech/product/gateway-and-sensors/snzb-06p/
You can’t perform that action at this time.
0 commit comments