|
1 | 1 |  |
2 | | -# ioBroker.upnp-discovery |
| 2 | +# ioBroker.upnp |
3 | 3 | ================= |
4 | 4 |
|
5 | | -This adapter is a upnp-discovery for creation of own adapter. |
| 5 | +IMPORTANT: This Adapter is pre-Alpha state. |
6 | 6 |
|
7 | | -##Steps |
8 | | -- download and unpack this packet from github ```https://github.com/ioBroker/ioBroker.upnp-discovery/archive/master.zip``` |
9 | | - or clone git repository ```git clone https://github.com/ioBroker/ioBroker.upnp-discovery.git``` |
| 7 | +Currently only the XML data of the upnp devices to be read and generates |
| 8 | +the objects for it. |
| 9 | +This release is for demonstration of the object structure. |
10 | 10 |
|
11 | | -- download required npm packets. Write in ioBroker.upnp-discovery directory: |
12 | | - |
13 | | - ```npm install``` |
14 | | - |
15 | | -- set name of this upnp-discovery. Call |
16 | | - |
17 | | - ```grunt rename --name=mynewname --email=email@mail.com --author="Author Name"``` |
18 | | - |
19 | | - *mynewname* must be **lower** case and with no spaces. |
20 | | - |
21 | | -- rename directory from *ioBroker.upnp-discovery* (can be *ioBroker.upnp-discovery-master*) to *iobroker.mynewname* |
22 | | - |
23 | | -- to use this upnp-discovery you should copy it into *.../iobroker/node_modules* directory |
24 | | - |
25 | | -- create your adapter: |
26 | | - |
27 | | - [Adapter-Development-Documentation](https://github.com/ioBroker/ioBroker/wiki/Adapter-Development-Documentation), |
28 | | - |
29 | | - [Installation, setup and first steps with an ioBroker Development Environment](https://github.com/ioBroker/ioBroker/wiki/Installation,-setup-and-first-steps-with-an-ioBroker-Development-Environment) |
30 | | - |
31 | | -- change version: edit package.json and then call ```grunt p``` in your adapter directory. |
32 | | - |
33 | | -- share it with community |
34 | 11 |
|
35 | 12 | ## Changelog |
36 | 13 |
|
37 | | -#### 0.4.0 |
38 | | -* (bluefox) fix errors with grunt |
39 | 14 |
|
40 | 15 | #### 0.2.0 |
41 | | -* (bluefox) initial release |
| 16 | +* (jey-cee) getting all xml data from upnp devices |
| 17 | + |
| 18 | +#### 0.1.0 |
| 19 | +* (jey-cee) initial release |
42 | 20 |
|
43 | 21 | ## License |
44 | 22 | The MIT License (MIT) |
|
0 commit comments