Skip to content

Commit d7919d7

Browse files
AndrewAndrew
Andrew
authored and
Andrew
committed
fix README
1 parent 53b7d33 commit d7919d7

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Node-red nodes to enable you to automate your Nexus21 TV Lift. Works with the IPLink add on module.
55

6-
![Basic Example](https://github.com/Anamico/node-red-contrib-light/raw/master/images/basic.png "Basic Example")
6+
![Basic Example](https://github.com/Anamico/node-red-contrib-nexus21/raw/master/images/basic.png "Basic Example")
77

88
# Configuration
99

@@ -30,8 +30,11 @@ These are in JSON format as the msg payload and look like:
3030
"VERTICAL” : "MOVING",
3131
"HORIZONTAL” : "NA",
3232
"EXTCMD" : "UP",
33-
"ERROR" : 13,
34-
"ERROR TEXT" : "Short circuit has been detected while running"
33+
"ERROR" : {
34+
id : 13,
35+
short : "Short Circuit",
36+
long : "Short circuit has been detected while running"
37+
}
3538
}
3639
```
3740

@@ -44,14 +47,12 @@ If you would like to donate some money to support ongoing development or as a si
4447

4548
# Disclaimer
4649

47-
Of course, this software is offered with absolutely NO WARRANTY whatsoever offered or implied. If something is not working right,
50+
Of course, this software is offered with absolutely NO WARRANTY whatsoever offered or implied. If something is not working right,
4851
log a ticket in github or better yet, fix it and submit a pull request.
4952

5053
If you choose to set up and your tv gets crumbled or smashed, it's your problem, nothing to do with this software as there is no warranty
5154
whatsoever. Up to you to use it completely at your own risk. So YOU HAVE BEEN WARNED!
5255

5356
# Error Codes
5457

55-
Here is a full list of error codes
56-
57-
**TBC**
58+
** COMING SOON **

images/basic.png

14.4 KB
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-nexus21",
3-
"version": "0.1.0",
3+
"version": "0.9.0",
44
"description": "Nodes to help automate Nexus21 TV Lifts.",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)