Skip to content

Commit 26a03c4

Browse files
feat(add): AU-A1CE14ZCX6 (#10739)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 12f6675 commit 26a03c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/devices/aurora_lighting.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,4 +303,11 @@ export const definitions: DefinitionWithExtend[] = [
303303
description: "AOne 1-10V in-line dimmer",
304304
extend: [m.identify(), m.light({powerOnBehavior: false})],
305305
},
306+
{
307+
zigbeeModel: ["AU-A1CE14ZCX6"],
308+
model: "AU-A1CE14ZCX6",
309+
vendor: "Aurora Lighting",
310+
description: "AOne smart tuneable candle lamp bulb",
311+
extend: [m.light({colorTemp: {range: [200, 454]}})],
312+
},
306313
];

0 commit comments

Comments
 (0)