Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/devices/aurora_lighting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,11 @@
description: "AOne 1-10V in-line dimmer",
extend: [m.identify(), m.light({powerOnBehavior: false})],
},
{
zigbeeModel: ["TWCLBulb50AU"],
model: "TWCLBulb50AU",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you use the model number written on the product or device page here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry - it's my first ever one of these. Yes, I have now updated it to "AU-A1CE14ZCX6".
Unfortunately the image file still has the auto-generated name above though.

vendor: "Aurora Lighting",
description: "AOne smart tuneable candle lamp bulb",
extend: [m.light({"colorTemp":{"range":[200,454]}})],
};

Check failure on line 312 in src/devices/aurora_lighting.ts

View workflow job for this annotation

GitHub Actions / ci

',' expected.
];

Check failure on line 313 in src/devices/aurora_lighting.ts

View workflow job for this annotation

GitHub Actions / ci

Declaration or statement expected.
Loading