Skip to content

Commit

Permalink
+still won't update from graph
Browse files Browse the repository at this point in the history
  • Loading branch information
codahq authored Jul 1, 2018
1 parent 516df33 commit 1da0dd1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
*/
metadata {
definition (name: "Z-Wave August Lock", namespace: "me.bendy.august", author: "Ben Rimmasch", minHubCoreVersion: '000.017.0012', executeCommandsLocally: false) {
definition (name: "Z-Wave August Lock", namespace: "me-bendy-august", author: "Ben Rimmasch", minHubCoreVersion: '000.017.0012', executeCommandsLocally: false) {
capability "Actuator"
capability "Lock"
capability "Polling"
Expand Down Expand Up @@ -1761,4 +1761,4 @@ def readCodeSlotId(physicalgraph.zwave.commands.alarmv2.AlarmReport cmd) {
return cmd.eventParameter[2]
}
return cmd.alarmLevel
}
}

0 comments on commit 1da0dd1

Please sign in to comment.