Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 1.57 KB

File metadata and controls

33 lines (20 loc) · 1.57 KB

Node-RED ecolect example

node-red-contrib-ecolect example with React Nest Thermostat + React-Native Chat (websocket). This is the extended version (thermostats instead of lights) of Example Ecolect flow for natural language processing. Need some polishing but it demonstrates the basic functionality.

In Action

Flow

React-Native WebSocket Chat

Start with react-native-chat-tutorial. nest-thermostat-chat\App.js is the updated version of https://github.com/jevakallio/react-native-chat-tutorial\App.js.

Nest Thermostat Web Page

Start with React Nest Thermostat. nest-thermostat-page/index.js is the updated version of https://github.com/kevinmellott91/react-nest-thermostat/example/js/index.js.

Consideration