Skip to content

Commit

Permalink
2.0.1 Added $nodes to a device
Browse files Browse the repository at this point in the history
  • Loading branch information
timpur authored Mar 23, 2018
1 parent 3bcbb01 commit 775ee43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ To efficiently parse messages, Homie defines a few rules related to topic names.
<td>Yes or No, depending of your implementation</td>
<td>No</td>
</tr>
<tr>
<td>$nodes</td>
<td>Device → Controller</td>
<td>Nodes the device exposes, with format <code>id</code> separated by a <code>,</code> if there are multiple nodes.</td>
<td>Yes</td>
<td>Yes</td>
</tr>
</table>

For example, a device with an ID of `686f6d6965` with a temperature and an humidity sensor would send:
Expand Down

0 comments on commit 775ee43

Please sign in to comment.