Skip to content

Commit

Permalink
Bump to 0.6.0, pilight 8 compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Janzen <[email protected]>
  • Loading branch information
sja committed Jan 5, 2018
1 parent 29f7f5c commit 76f5ebd
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 31 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/.idea
/node_modules
/node_modules
iobroker-data/
tmp/
69 changes: 40 additions & 29 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,44 @@
{
"common": {
"name": "pilight",
"version": "0.5.1",
"news": {
"0.5.0": {
"en": "initial adapter",
"de": "Initiale Version"
}
},
"title": "Pilight adapter",
"desc": {
"en": "ioBroker pilight Adapter",
"de": "ioBroker Pilight Adapter"
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "pilight.png",
"enabled": false,
"extIcon": "https://raw.githubusercontent.com/sja/ioBroker.pilight/master/admin/pilight.png",
"keywords": ["pilight", "433", "switch", "weather"],
"readme": "https://github.com/sja/ioBroker.pilight/blob/master/README.md",
"loglevel": "info",
"type": "hardware"
"common": {
"name": "pilight",
"version": "0.6.0",
"news": {
"0.5.0": {
"en": "initial adapter",
"de": "Initiale Version"
},
"0.5.1": {
"en": "added tests and some fixes for unknown device types (e.g. program)",
"de": "Tests hinzugefügt und tolerant gegen unbekannte Geräte-Typen (z.B. Program) gemacht."
},
"0.6.0": {
"en": "Ensure compatibility to pilight 8 (thanks to jhergeth)",
"de": "Kompatibilität zu pilight 8 (Dank an jhergeth)"
}
},
"native": {
"host": "localhost",
"port": 5001
"title": "Pilight adapter",
"desc": {
"en": "ioBroker pilight Adapter",
"de": "ioBroker Pilight Adapter"
},
"objects": [

]
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "pilight.png",
"enabled": false,
"extIcon": "https://raw.githubusercontent.com/sja/ioBroker.pilight/master/admin/pilight.png",
"keywords": [
"pilight",
"433",
"switch",
"weather"
],
"readme": "https://github.com/sja/ioBroker.pilight/blob/master/README.md",
"loglevel": "info",
"type": "hardware"
},
"native": {
"host": "localhost",
"port": 5001
},
"objects": []
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.pilight",
"version": "0.5.1",
"version": "0.6.0",
"description": "ioBroker pilight Adapter",
"author": {
"name": "Sebastian Janzen",
Expand Down

0 comments on commit 76f5ebd

Please sign in to comment.