mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
59_WUup: add Wiki link to meta data
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19804 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c1b0145e3e
commit
c021d70565
@ -33,7 +33,7 @@ use HttpUtils;
|
|||||||
use UConv;
|
use UConv;
|
||||||
use FHEM::Meta;
|
use FHEM::Meta;
|
||||||
|
|
||||||
my $version = "0.9.11";
|
my $version = "0.9.12";
|
||||||
|
|
||||||
# Declare functions
|
# Declare functions
|
||||||
sub WUup_Initialize($);
|
sub WUup_Initialize($);
|
||||||
@ -377,6 +377,7 @@ sub WUup_receive($) {
|
|||||||
# 2018-08-15 added attribute unit_solarradiation
|
# 2018-08-15 added attribute unit_solarradiation
|
||||||
# 2019-07-04 replaced link to API documentation
|
# 2019-07-04 replaced link to API documentation
|
||||||
# 2019-07-05 add Meta support
|
# 2019-07-05 add Meta support
|
||||||
|
# 2019-07-09 add WIKI to Meta data
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
@ -610,7 +611,7 @@ sub WUup_receive($) {
|
|||||||
"license": [
|
"license": [
|
||||||
"gpl_2"
|
"gpl_2"
|
||||||
],
|
],
|
||||||
"version": "v0.9.11",
|
"version": "v0.9.12",
|
||||||
"release_status": "stable",
|
"release_status": "stable",
|
||||||
"author": [
|
"author": [
|
||||||
"Manfred Winter <mahowi@gmail.com>"
|
"Manfred Winter <mahowi@gmail.com>"
|
||||||
@ -645,6 +646,8 @@ sub WUup_receive($) {
|
|||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
"x_wiki" : {
|
"x_wiki" : {
|
||||||
|
"title" : "Wetter und Wettervorhersagen - Eigene Wetterdaten hochladen",
|
||||||
|
"web" : "https://wiki.fhem.de/wiki/Wetter_und_Wettervorhersagen#Eigene_Wetterdaten_hochladen"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user