File tree 3 files changed +17
-16
lines changed
3 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 9
9
10
10
[ ![ NPM] ( https://nodei.co/npm/iobroker.velux.png?downloads=true )] ( https://nodei.co/npm/iobroker.velux/ )
11
11
12
- ** Tests:** : [ ![ Travis-CI] ( http://img.shields.io/travis/ta2k/ioBroker.velux/master.svg )] ( https://travis-ci.org/ta2k/ioBroker.velux )
13
-
14
12
## velux adapter for ioBroker
15
13
16
14
Adapter for Velux KIX 300
@@ -21,24 +19,29 @@ Enter under module your new target_position. Windows allows only target_position
21
19
22
20
## Changelog
23
21
22
+ ### 0.0.8
23
+
24
+ - Update to latest dependencies
25
+
24
26
### 0.0.7
25
27
26
- - fix js-controller 3.2 and interval problem
28
+ - fix js-controller 3.2 and interval problem
29
+
27
30
### 0.0.6
28
31
29
- - fix js-controller 3 problem
32
+ - fix js-controller 3 problem
30
33
31
34
### 0.0.5
32
35
33
- - Improve room assignment
36
+ - Improve room assignment
34
37
35
38
### 0.0.2
36
39
37
- - add changing target_position for non windows
40
+ - add changing target_position for non windows
38
41
39
42
### 0.0.1
40
43
41
- - (ta2k) initial release
44
+ - (ta2k) initial release
42
45
43
46
## License
44
47
Original file line number Diff line number Diff line change 1
1
{
2
2
"common" : {
3
3
"name" : " velux" ,
4
- "version" : " 0.0.7 " ,
4
+ "version" : " 0.0.8 " ,
5
5
"news" : {
6
+ "0.0.8" : {
7
+ "en" : " Update to latest dependencies"
8
+ },
6
9
"0.0.7" : {
7
10
"en" : " fix js-controller 3.2 and interval problem"
8
11
},
56
59
"pl" : " Adapter do Velux" ,
57
60
"zh-cn" : " Velux适配器"
58
61
},
59
- "authors" : [
60
-
61
- ],
62
- "keywords" : [
63
- " velux" ,
64
- " KIX 300"
65
- ],
62
+ "authors" : [
" ta2k <[email protected] >" ],
63
+ "keywords" : [" velux" , " KIX 300" ],
66
64
"license" : " MIT" ,
67
65
"platform" : " Javascript/Node.js" ,
68
66
"main" : " main.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " iobroker.velux" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"description" : " Adapter for Velux" ,
5
5
"author" : {
6
6
"name" : " ta2k" ,
You can’t perform that action at this time.
0 commit comments