Skip to content

Commit

Permalink
app-store ready
Browse files Browse the repository at this point in the history
  • Loading branch information
WeeJeWel committed Aug 2, 2016
1 parent 4ee5425 commit 4cf2422
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Greenwave Systems

This app adds support for devices made by [Greenwave Systems](http://www.greenwavesystems.com).
18 changes: 15 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,33 @@
{
"id": "com.greenwavesystems",
"name": {
"en": "Greenwave"
"en": "Greenwave Systems"
},
"version": "0.0.1",
"compatibility": ">=0.9.2",
"author": {
"name": "Emile Nijssen",
"email": "emile@athom.nl"
"name": "Athom B.V.",
"email": "info@athom.com"
},
"category": [ "appliances" ],
"description": {
"en": "Drivers for Greenwave Systems devices"
},
"images": {
"large": "/assets/images/large.jpg",
"small": "/assets/images/small.jpg"
},
"drivers": [
{
"id": "powernode",
"name": {
"en": "Greenwave PowerNode"
},
"icon": "/drivers/powernode/assets/icon.svg",
"images": {
"large": "/drivers/powernode/assets/images/large.jpg",
"small": "/drivers/powernode/assets/images/small.jpg"
},
"zwave": {
"manufacturerId": 153,
"productTypeId": 3,
Expand Down
Binary file added assets/images/large.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added drivers/powernode/assets/images/large.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added drivers/powernode/assets/images/small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4cf2422

Please sign in to comment.