-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to 0.6.0, pilight 8 compatibility
Signed-off-by: Sebastian Janzen <[email protected]>
- Loading branch information
Showing
3 changed files
with
44 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
/.idea | ||
/node_modules | ||
/node_modules | ||
iobroker-data/ | ||
tmp/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters