Skip to content

Commit

Permalink
Merge pull request SmartThingsCommunity#1639 from pchomal/devicefilte…
Browse files Browse the repository at this point in the history
…ring1

[CHANGE-839] Adding New Capabilities (Light & Outlet)
  • Loading branch information
workingmonk authored Feb 9, 2017
2 parents bc0f849 + 2d3fa22 commit c416c39
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions devicetypes/smartthings/cree-bulb.src/cree-bulb.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ metadata {
capability "Switch"
capability "Switch Level"
capability "Health Check"
capability "Light"

fingerprint profileId: "C05E", inClusters: "0000,0003,0004,0005,0006,0008,1000", outClusters: "0000,0019"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ metadata {
capability "Refresh"
capability "Sensor"
capability "Health Check"
capability "Light"
capability "Outlet"

fingerprint profileId: "0104", inClusters: "0000,0003,0004,0005,0006,0B04,0B05", outClusters: "0019", manufacturer: "CentraLite", model: "3200", deviceJoinName: "Outlet"
fingerprint profileId: "0104", inClusters: "0000,0003,0004,0005,0006,0B04,0B05", outClusters: "0019", manufacturer: "CentraLite", model: "3200-Sgb", deviceJoinName: "Outlet"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ metadata {
capability "Switch"
capability "Switch Level"
capability "Health Check"
capability "Light"

attribute "colorName", "string"
command "setGenericName"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ metadata {
capability "Refresh"
capability "Switch"
capability "Switch Level"
capability "Light"

attribute "colorName", "string"
command "setGenericName"
Expand Down

0 comments on commit c416c39

Please sign in to comment.