Skip to content

Commit

Permalink
Merge pull request #142 from rafuz/patch-1
Browse files Browse the repository at this point in the history
Added "sceneSwitch" to capability list
  • Loading branch information
stjohnjohnson authored Oct 13, 2018
2 parents df80a91 + e6f9f54 commit 1ae7e40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions smartapps/stj/mqtt-bridge.src/mqtt-bridge.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,13 @@ import groovy.transform.Field
],
action: "actionOnOff"
],
"sceneSwitch": [
name: "Scene Switch",
capability: "capability.switch",
attributes: [
"scene"
]
],
"shockSensor": [
name: "Shock Sensor",
capability: "capability.shockSensor",
Expand Down

0 comments on commit 1ae7e40

Please sign in to comment.