Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
krlaframboise committed Sep 3, 2017
1 parent 550290d commit 183e697
Showing 1 changed file with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1599,15 +1599,15 @@ private capabilitySettings() {
attributeName: "illuminance",
units: " lx"
],
[
name: "Light",
prefName: "light",
prefType: "switch",
capabilityName: "Switch",
attributeName: "switch",
activeState: "on",
imageOnly: true
],
// [
// name: "Light",
// prefName: "light",
// prefType: "switch",
// capabilityName: "Switch",
// attributeName: "switch",
// activeState: "on",
// imageOnly: true
// ],
[
name: "Lock",
activeState: "locked",
Expand Down Expand Up @@ -1647,12 +1647,12 @@ private capabilitySettings() {
activeState: "detected",
imageOnly: true
],
// [
// name: "Switch",
// pluralName: "Switches",
// activeState: "on",
// imageOnly: true
// ],
[
name: "Switch",
pluralName: "Switches",
activeState: "on",
imageOnly: true
],
[
name: "Temperature Measurement",
pluralName: "Temperature Sensors",
Expand Down

0 comments on commit 183e697

Please sign in to comment.