Skip to content

Commit

Permalink
Change to accord to homie-esp8266 v2.0.0
Browse files Browse the repository at this point in the history
Make OTA handling more flexible.
  • Loading branch information
marvinroger authored Jun 19, 2016
1 parent 67913e2 commit 5c84069
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,13 @@ To efficiently parse messages, Homie defines a few rules related to topic names.
<td>$ota</td>
<td>Controller → Device</td>
<td>Latest OTA version available for the device</td>
<td>Yes</td>
<td>Yes or No, depending of your implementation</td>
</tr>
<tr>
<td>$ota/+</td>
<td>Controller → Device or Device → Controller</td>
<td>You can use any subtopics of `$ota` for anything related to your specific OTA implementation.</td>
<td>Yes or No, depending of your implementation</td>
</tr>
<tr>
<td>$reset</td>
Expand Down

0 comments on commit 5c84069

Please sign in to comment.