Update mqtt_room markdown (#9701)

* Update mqtt_room markdown

Added another reference at the bottom to my ESP32-MQTT-room project, which operates as a tracker.

* Reverted unclear wording

Removed specification that room-assistant runs on rPi, as it can run on many platforms.
This commit is contained in:
Edu_Coder 2019-06-28 11:18:33 -04:00 committed by Franck Nijhof
parent 9b24ddaaa5
commit 93153e306c

View File

@ -74,3 +74,4 @@ Instead of developing your own application, you can also use any of these alread
- [**room-assistant**](https://github.com/mKeRix/room-assistant): looks for Bluetooth LE beacons, based on Node.js - [**room-assistant**](https://github.com/mKeRix/room-assistant): looks for Bluetooth LE beacons, based on Node.js
- [**Happy Bubbles Presence Server**](https://github.com/happy-bubbles/presence): presence detection server for Happy Bubbles BLE-scanning devices, based on Go - [**Happy Bubbles Presence Server**](https://github.com/happy-bubbles/presence): presence detection server for Happy Bubbles BLE-scanning devices, based on Go
- [**ESP32-MQTT-room**](https://jptrsn.github.io/ESP32-mqtt-room/): runs on an ESP32, and looks for Bluetooth LE devices, based on C++/Arduino