-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0d7afc
commit 8d44a66
Showing
7 changed files
with
41 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
*.tgz | ||
SHA256SUMS | ||
node_modules/ | ||
*.tgz | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# Telnet-Adapter for [Mozilla-Gateway](https://github.com/mozilla-iot/gateway) | ||
# nanoleaf-adapter | ||
|
||
Nanoleaf light adapter for Mozilla WebThings Gateway | ||
|
||
## Install | ||
- set Gateway Download-uri to [https://raw.githubusercontent.com/roderm/addon-list/master/list.json](https://raw.githubusercontent.com/roderm/addon-list/master/list.json) (or use current stable-version) | ||
- Add plugin | ||
- Goto "things" | ||
- Press Power-Button on Nanoleaf for 5-7 seconds until 3 dots begin blinking | ||
- click on "+" on Gateway-Things page | ||
|
||
- Install add-on in the UI via _Settings -> Add-ons_. | ||
- Go to Things screen | ||
- Press Power Button on Nanoleaf for 5-7 seconds until 3 dots begin blinking | ||
- Click "+" button on Things screen | ||
- Your nanoleaf should be connected |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"author": "Roman Odermatt", | ||
"description": "Adapter for Nanoleaf devices", | ||
"gateway_specific_settings": { | ||
"webthings": { | ||
"exec": "{nodeLoader} {path}", | ||
"primary_type": "adapter", | ||
"strict_max_version": "*", | ||
"strict_min_version": "0.10.0" | ||
} | ||
}, | ||
"homepage_url": "https://github.com/roderm/nanoleaf-adapter", | ||
"id": "nanoleaf-adapter", | ||
"license": "MPL-2.0", | ||
"manifest_version": 1, | ||
"name": "Nanoleaf", | ||
"short_name": "Nanoleaf", | ||
"version": "0.1.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters