Skip to content

Commit 8c401b6

Browse files
committed
Pushed to version 0.2.0.
Revised the code and structure.
1 parent 7c95243 commit 8c401b6

File tree

4 files changed

+392
-1032
lines changed

4 files changed

+392
-1032
lines changed

README.md

Lines changed: 9 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,22 @@
11
![Logo](admin/upnp-discovery.png)
2-
# ioBroker.upnp-discovery
2+
# ioBroker.upnp
33
=================
44

5-
This adapter is a upnp-discovery for creation of own adapter.
5+
IMPORTANT: This Adapter is pre-Alpha state.
66

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.
1010

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
3411

3512
## Changelog
3613

37-
#### 0.4.0
38-
* (bluefox) fix errors with grunt
3914

4015
#### 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
4220

4321
## License
4422
The MIT License (MIT)

io-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"common": {
33
"name": "upnp",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"title": "upnp adapter",
66
"desc": {
77
"en": "ioBroker upnp Adapter",

0 commit comments

Comments
 (0)