File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 3
3
4
4
Node-red nodes to enable you to automate your Nexus21 TV Lift. Works with the IPLink add on module.
5
5
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 ")
7
7
8
8
# Configuration
9
9
@@ -30,8 +30,11 @@ These are in JSON format as the msg payload and look like:
30
30
" VERTICAL” : " MOVING",
31
31
" HORIZONTAL” : " NA",
32
32
"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
+ }
35
38
}
36
39
```
37
40
@@ -44,14 +47,12 @@ If you would like to donate some money to support ongoing development or as a si
44
47
45
48
# Disclaimer
46
49
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,
48
51
log a ticket in github or better yet, fix it and submit a pull request.
49
52
50
53
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
51
54
whatsoever. Up to you to use it completely at your own risk. So YOU HAVE BEEN WARNED!
52
55
53
56
# Error Codes
54
57
55
- Here is a full list of error codes
56
-
57
- ** TBC**
58
+ ** COMING SOON **
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-red-contrib-nexus21" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.9 .0" ,
4
4
"description" : " Nodes to help automate Nexus21 TV Lifts." ,
5
5
"scripts" : {
6
6
"test" : " echo \" Error: no test specified\" && exit 1"
You can’t perform that action at this time.
0 commit comments