Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Removed stray debug message, fixed spelling of PinonValleyProjects
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenpapierski committed Mar 15, 2020
1 parent 4b9eeea commit d3fa48c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hubitat/driver/pi-garage.src/pi-garage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
*/
metadata {
definition (name: "PiGarage Door Controller", namespace: "PinionValleyProjects", author: "Stephen Papierski", importUrl: "https://raw.githubusercontent.com/stephenpapierski/PiGarage/master/hubitat/driver/pi-garage.src/pi-garage.groovy") {
definition (name: "PiGarage Door Controller", namespace: "PinonValleyProjects", author: "Stephen Papierski", importUrl: "https://raw.githubusercontent.com/stephenpapierski/PiGarage/master/hubitat/driver/pi-garage.src/pi-garage.groovy") {
capability "GarageDoorControl"
capability "Refresh"
//capability "Lock" //Enable ability to keep the garage door shut
Expand Down Expand Up @@ -95,7 +95,6 @@ def sendCmd(String action, Map postData) {

try {
httpPostJson(url,postData) { resp ->
log.debug(resp.isSuccess())
if (resp.isSuccess()){
responding()
} else {
Expand Down

0 comments on commit d3fa48c

Please sign in to comment.