From c62b04d2d72326047766f613b1626b5aef4bcfe4 Mon Sep 17 00:00:00 2001 From: Loren West Date: Fri, 1 Sep 2017 14:31:01 -0700 Subject: [PATCH 1/2] Added NodeJS implementation to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 931875d..179c615 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ You can find an implementation of the Homie convention: * ![WIP](https://cdn2.iconfinder.com/data/icons/thesquid-ink-40-free-flat-icon-pack/64/barricade-24.png) **WIP** - Some Node-RED nodes for automation: [marvinroger/node-red-contrib-homie](https://github.com/marvinroger/node-red-contrib-homie) * A Python-implementation for Raspberry Pi & Co.: [jalmeroth/homie-python](https://github.com/jalmeroth/homie-python). * A Ruby-implementation including a command-line-client with OTA-Support for easy adminstration of multiple Homie-devices: [rttools/hodmin](https://github.com/rttools/hodmin) +* A NodeJS based Homie implementation: [microclimates/homie-device](https://github.com/microclimates/homie-device) ## Background From 985236ec03e11b1c5f9a34a441141ece21929992 Mon Sep 17 00:00:00 2001 From: Loren West Date: Fri, 1 Sep 2017 14:36:46 -0700 Subject: [PATCH 2/2] Added NodeJS implementation to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 179c615..50f6513 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can find an implementation of the Homie convention: * ![WIP](https://cdn2.iconfinder.com/data/icons/thesquid-ink-40-free-flat-icon-pack/64/barricade-24.png) **WIP** - Some Node-RED nodes for automation: [marvinroger/node-red-contrib-homie](https://github.com/marvinroger/node-red-contrib-homie) * A Python-implementation for Raspberry Pi & Co.: [jalmeroth/homie-python](https://github.com/jalmeroth/homie-python). * A Ruby-implementation including a command-line-client with OTA-Support for easy adminstration of multiple Homie-devices: [rttools/hodmin](https://github.com/rttools/hodmin) -* A NodeJS based Homie implementation: [microclimates/homie-device](https://github.com/microclimates/homie-device) +* A NodeJS-implementation closely following [marvinroger/homie-esp8266](https://github.com/marvinroger/homie-esp8266) API patterns: [microclimates/homie-device](https://github.com/microclimates/homie-device) ## Background