Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove array brackets in super-car example #177

Merged
merged 1 commit into from
Aug 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions convention.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ For example, a device with an ID of `super-car` that comprises of a `wheels`, `e
```java
homie/super-car/$homie → "2.1.0"
homie/super-car/$name → "Super car"
homie/super-car/$nodes → "wheels,engine,lights[]"
homie/super-car/$nodes → "wheels,engine,lights"
homie/super-car/$implementation → "esp8266"
homie/super-car/$state → "ready"
```
Expand Down Expand Up @@ -323,4 +323,4 @@ For example, an organization `example.org` wanting to add a feature `our-feature

Every extension must be published using a license.
The license can be chosen freely, even proprietary licenses are possible.
The recommended license is the [CCA 4.0](https://homieiot.github.io/license), since this is the license Homie itself uses.
The recommended license is the [CCA 4.0](https://homieiot.github.io/license), since this is the license Homie itself uses.