Skip to content

Commit 12453d8

Browse files
stefan-mucDavid Gräff
authored and
David Gräff
committed
Remove array brackets in super-car example (#177)
Homie 4.0 dropped array support, so super-car example shouldn't include array brackets
1 parent 2c1999e commit 12453d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

convention.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ For example, a device with an ID of `super-car` that comprises of a `wheels`, `e
141141
```java
142142
homie/super-car/$homie → "2.1.0"
143143
homie/super-car/$name → "Super car"
144-
homie/super-car/$nodes → "wheels,engine,lights[]"
144+
homie/super-car/$nodes → "wheels,engine,lights"
145145
homie/super-car/$implementation → "esp8266"
146146
homie/super-car/$state → "ready"
147147
```
@@ -323,4 +323,4 @@ For example, an organization `example.org` wanting to add a feature `our-feature
323323

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

0 commit comments

Comments
 (0)