Skip to content

Commit

Permalink
### 0.7.0 (2016-10-13)
Browse files Browse the repository at this point in the history
* (chefkoch009) Support of project export
  • Loading branch information
chefkoch009 committed Oct 13, 2016
1 parent d18566d commit e16de9f
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 639 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/.idea
/node_modules
/scratch
/.git
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_modules
.git
/node_modules
test
/scratch
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,25 @@
# ioBroker.knx
=================

!! This adapter has development state. Do NOT use for production !!

This adapter is a knx for the creation of an ioBroker adapter.
[![NPM version](http://img.shields.io/npm/v/iobroker.knx.svg)](https://www.npmjs.com/package/iobroker.knx)
[![Downloads](https://img.shields.io/npm/dm/iobroker.knx.svg)](https://www.npmjs.com/package/iobroker.knx)

[![NPM](https://nodei.co/npm/iobroker.knx.png?downloads=true)](https://nodei.co/npm/iobroker.knx/)

##Steps
1. download and unpack this packet from github ```https://github.com/ioBroker/ioBroker.knx/archive/master.zip```
or clone git repository ```git clone https://github.com/ioBroker/ioBroker.knx.git```

2. download required npm eib packets. Write in ioBroker.knx directory:
!! This adapter has development state. Do NOT use for production !!

```npm install```
This adapter is a knx for the creation of an ioBroker adapter.

## Usage
### Import project.knxproj


## Changelog

### 0.7.0 (2016-10-13)
* (chefkoch009) Support of project export

### 0.6.0 (2016-07-20)
* (chefkoch009) redesign

Expand Down
7 changes: 6 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"common": {
"name": "knx",
"version": "0.6.0",
"version": "0.7.0",
"news": {
"0.7.0": {
"en": "Support of project export",
"de": "Projekt-Export Unterstützung",
"ru": "Support of project export"
},
"0.6.0": {
"en": "redesign",
"de": "redesign",
Expand Down
Loading

0 comments on commit e16de9f

Please sign in to comment.