-
-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into updateexampletut
- Loading branch information
Showing
19 changed files
with
6,173 additions
and
4,516 deletions.
There are no files selected for viewing
612 changes: 106 additions & 506 deletions
612
assets/create-glee-app/templates/default/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
24 changes: 24 additions & 0 deletions
24
assets/create-glee-app/templates/tutorial/docs/asyncapi.md
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,24 @@ | ||
# Streetlights App 1.0.0 documentation | ||
|
||
* License: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) | ||
|
||
The Smartylighting Streetlights application allows you | ||
to remotely manage the city lights. | ||
|
||
|
||
## Table of Contents | ||
|
||
* [Servers](#servers) | ||
* [mosquitto](#mosquitto-server) | ||
|
||
## Servers | ||
|
||
### `mosquitto` Server | ||
|
||
* URL: `mqtt://test.mosquitto.org/` | ||
* Protocol: `mqtt` | ||
|
||
|
||
|
||
## Operations | ||
|
688 changes: 457 additions & 231 deletions
688
assets/create-glee-app/templates/tutorial/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
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,9 @@ | ||
{ | ||
"compilerOptions": { | ||
"allowJs": true, | ||
"target": "es6", | ||
"esModuleInterop": true, | ||
"moduleResolution": "node", | ||
"module": "commonjs" | ||
} | ||
} |
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
Oops, something went wrong.