Skip to content

Commit 065a0f8

Browse files
committed
support zigbee e27 bulb (18w), with UIID 7009
1 parent 846c3c9 commit 065a0f8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

lib/utils/constants.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)