2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

73_NUKIBridge: Change Meta release_status

git-svn-id: https://svn.fhem.de/fhem/trunk@20985 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2020-01-15 06:07:51 +00:00
parent 8e2236bf2c
commit 504bf35662
2 changed files with 3 additions and 3 deletions

View File

@ -1335,7 +1335,7 @@ sub ParseJSON($$) {
"Nuki",
"Control"
],
"release_status": "under develop",
"release_status": "stable",
"license": "GPL_2",
"version": "v1.9.15",
"x_apiversion": "1.9",

View File

@ -742,9 +742,9 @@ sub WriteReadings($$) {
"Nuki",
"Control"
],
"release_status": "under develop",
"release_status": "stable",
"license": "GPL_2",
"version": "v1.9.10",
"version": "v1.9.11",
"author": [
"Marko Oldenburg <leongaultier@gmail.com>"
],