Add mysensors device tracker (#1986)
* Add mysensors device tracker * Add release info
This commit is contained in:
parent
e8a25e8194
commit
36698f1227
6 changed files with 111 additions and 4 deletions
|
@ -111,6 +111,7 @@ void incomingMessage(const MyMessage &message) {
|
|||
}
|
||||
}
|
||||
```
|
||||
|
||||
### {% linkable_title MySensors 2.x example sketch %}
|
||||
|
||||
```cpp
|
||||
|
@ -244,5 +245,6 @@ void send_status_message()
|
|||
}
|
||||
}
|
||||
```
|
||||
|
||||
[main component]: /components/mysensors/
|
||||
[serial api]: http://www.mysensors.org/download
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue