Skip to content
Open
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ metadata {

// Ajax Online
fingerprint manufacturer: "Ajaxonline", model: "AJ-RGBCCT 5 in 1", deviceJoinName: "Ajax Light", mnmn: "SmartThings", vid: "generic-rgbw-color-bulb-2000K-6500K"
fingerprint profileId: "0104", manufacturer: "Ajax online Ltd", model: "AJ_ZB30_GU10", deviceJoinName: "Ajax Light"
Copy link
Contributor

Choose a reason for hiding this comment

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

Please:

  • correct spacing (4 spaces -> 1 tab)
  • add a Raw Description of this device in a comment on the same line after the finger print
  • since manufacturer and model are provided - profileId is not obligatory

What's the color temperature range of this device ?

}

// UI tile definitions
Expand Down Expand Up @@ -293,4 +294,4 @@ def installed() {

private boolean isTintBulb() {
device.getDataValue("model") == "ZBT-ExtendedColor"
}
}