Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

[README] 404 link fixed #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# node-red-contrib-tellstick

This is a full featured [Node-RED](http://nodered.org/) module to communicate with a [Tellstick](http://www.telldus.se/products/tellstick) or [Tellstick Duo](http://www.telldus.se/products/tellstick_duo).
This is a full featured [Node-RED](http://nodered.org/) module to communicate with a [Tellstick](https://telldus.com/produkt/tellstick-net/) or [Tellstick Duo](https://telldus.com/).

* Send data to a Tellstick, e.g. turning a lamp on (Available on both Tellstick and Tellstick Duo).
* Recieve data from a (Tellstick compatible) transmitter, e.g a remote control or a temperature sensor (Only available on Tellstick Duo).
Expand Down Expand Up @@ -325,4 +325,4 @@ This modules is quite big and to make it easier to handle, the source code is is

As per Node-RED standard, each module consist of 1 html file and 1 js file. These files lives in the `/tellstick` folder and **gets built** from the `/lib` folder. This is, somewhat incorrectly, named _lib_ because it's a reserved word in the Node-RED world and Node-RED will not try to discover nodes in folders named _lib_. The more correct folder name would be _source_.

A Gulp build script is included. Run `gulp build` to build the html/js files. Run `gulp` to start gulp in developer mode and auto-build the files when the source files (in `/lib`) are changed.
A Gulp build script is included. Run `gulp build` to build the html/js files. Run `gulp` to start gulp in developer mode and auto-build the files when the source files (in `/lib`) are changed.