Skip to content

Commit

Permalink
Remove array brackets in super-car example (#177)
Browse files Browse the repository at this point in the history
Homie 4.0 dropped array support, so super-car example shouldn't include array brackets
  • Loading branch information
stefan-muc authored and David Gräff committed Aug 27, 2019
1 parent 2c1999e commit 12453d8
Showing 1 changed file with 2 additions and 2 deletions.
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.

0 comments on commit 12453d8

Please sign in to comment.