Skip to content

Commit

Permalink
Merge pull request #25 from AlCalzone/virtual-groups
Browse files Browse the repository at this point in the history
Add virtual groups and virtual states in real groups
  • Loading branch information
AlCalzone authored Oct 28, 2017
2 parents b836556 + 6319a61 commit 0eb70f4
Show file tree
Hide file tree
Showing 96 changed files with 5,897 additions and 4,625 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ coverage
.nyc*

# Compiled test files
build/**/*.test.js
build/**/*.test.d.ts
build/**/*.test.js.map
**/build/**/*.test.js*
**/build/**/*.test.d.ts
**/build/**/*.test.js.map

# no clue why those are generated
build/admin/**/*.d.ts
19 changes: 14 additions & 5 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ bin/
.vs*/
tslint.json
tsconfig.json
webpack.config.js
*.sln
*.njsproj*
iobroker.*.tgz
build/**/*.map
**/build/**/*.map

# Local debugging password
*_password.json
Expand All @@ -38,7 +39,15 @@ coverage
.nyc*

# test files
src/**/*.test.ts
build/**/*.test.js
build/**/*.test.d.ts
build/**/*.test.map
**/src/**/*.test.ts*
**/build/**/*.test.js*
**/build/**/*.test.d.ts
**/build/**/*.test.map

# react sources
admin/src/**/*.*
# no clue why those are generated
build/admin/**/*.d.ts

# maintenance scripts
maintenance/**
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ The result object `ret` looks as follows:

## Changelog

#### 0.5.0 (2017-10-28)
* (AlCalzone) Support virtual groups

#### 0.4.5 (2017-10-20)
* (AlCalzone) RGB and connection fixes.

Expand Down
Loading

0 comments on commit 0eb70f4

Please sign in to comment.