Skip to content

Commit

Permalink
sense-hat-adpter: Add version 0.0.3
Browse files Browse the repository at this point in the history
Binary was build on rpi and uploaded to project releases.
Next version might use addon-builder.

Relate-to: rzr/sense-hat-webthing#3
Change-Id: I3e022f80c9417df1d27dba78336b47012558d6ce
Signed-off-by: Philippe Coval <rzr@users.sf.net>
  • Loading branch information
rzr committed May 7, 2020
1 parent 4949170 commit aad8972
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions addons/sense-hat-adapter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"id": "sense-hat-adapter",
"name": "Sense Hat",
"description": "Sense hat device support",
"author": "Philippe Coval",
"homepage_url": "https://github.com/rzr/sense-hat-webthing",
"license_url": "https://github.com/rzr/sense-hat-webthing/blob/master/LICENSE",
"primary_type": "adapter",
"packages": [
{
"architecture": "any",
"language": {
"name": "python",
"versions": [
"3.7",
"3.8"
]
},
"version": "0.0.3",
"url": "https://github.com/rzr/sense-hat-webthing/releases/download/v0.0.3/sense-hat-adapter-0.0.3-linux-arm.tgz",
"checksum": "fc516709fc98fb51884722aac91da5df750d3d26a27ad1a1d49ba5e304401ea0",
"api": {
"min": 2,
"max": 2
},
"gateway": {
"min": "0.12.0",
"max": "*"
}
}
]
}

0 comments on commit aad8972

Please sign in to comment.