Skip to content

Commit

Permalink
Updated installerManifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brbeaird committed Feb 9, 2018
1 parent ddb87ff commit 27426db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions installerManifest.json
Expand Up @@ -16,7 +16,7 @@
"smartApps": {
"parent": {
"name": "MyQ Lite",
"iconUrl": "https://raw.githubusercontent.com/brbeaird/SmartThings_MyQ/master/icons/MyQBlue.png",
"iconUrl": "https://raw.githubusercontent.com/brbeaird/SmartThings_MyQ/master/icons/myq.png",
"published": true,
"oAuth": true,
"version": "2.0.3",
Expand All @@ -27,7 +27,7 @@
},
"deviceHandlers": [{
"name": "MyQ Garage Door Opener",
"iconUrl": "https://raw.githubusercontent.com/brbeaird/SmartThings_MyQ/master/icons/MyQBlue.png",
"iconUrl": "https://raw.githubusercontent.com/brbeaird/SmartThings_MyQ/master/icons/myq.png",
"published": true,
"oAuth": false,
"appUrl": "devicetypes/brbeaird/myq-garage-door-opener.src/myq-garage-door-opener.groovy",
Expand All @@ -37,7 +37,7 @@
},
{
"name": "MyQ Garage Door Opener-NoSensor",
"iconUrl": "https://raw.githubusercontent.com/brbeaird/SmartThings_MyQ/master/icons/MyQBlue.png",
"iconUrl": "https://raw.githubusercontent.com/brbeaird/SmartThings_MyQ/master/icons/myq.png",
"published": true,
"oAuth": false,
"appUrl": "devicetypes/brbeaird/myq-garage-door-opener-nosensor.src/myq-garage-door-opener-nosensor.groovy",
Expand All @@ -47,7 +47,7 @@
},
{
"name": "MyQ Light Controller",
"iconUrl": "https://raw.githubusercontent.com/brbeaird/SmartThings_MyQ/master/icons/MyQBlue.png",
"iconUrl": "https://raw.githubusercontent.com/brbeaird/SmartThings_MyQ/master/icons/myq.png",
"published": true,
"oAuth": false,
"appUrl": "devicetypes/brbeaird/myq-light-controller.src/myq-light-controller.groovy",
Expand All @@ -57,7 +57,7 @@
},
{
"name": "Momentary Button Tile",
"iconUrl": "https://raw.githubusercontent.com/brbeaird/SmartThings_MyQ/master/icons/MyQBlue.png",
"iconUrl": "https://raw.githubusercontent.com/brbeaird/SmartThings_MyQ/master/icons/myq.png",
"published": true,
"oAuth": false,
"appUrl": "devicetypes/smartthings/momentary-button-tile.src/momentary-button-tile.groovy",
Expand Down

0 comments on commit 27426db

Please sign in to comment.