fix Meta declaration #1

Closed
marko wants to merge 1 commits from (deleted):patch-MetaVersionInfo into master
2 changed files with 1 additions and 49 deletions

View File

@ -165,7 +165,7 @@ sub Initialize {
=end html_DE
=for :application/json;q=META.json 73_HeiloLibero.pm
=for :application/json;q=META.json 73_HailoLibero.pm
{
"abstract": "Modul to control Hailo Libero 3.0",
"x_lang": {

View File

@ -280,51 +280,3 @@ sub createHttpValueStrings {
}
1;
=pod
=for :application/json;q=META.json Libero.pm
{
"abstract": "Modul to control Hailo Libero 3.0",
"x_lang": {
"de": {
"abstract": "Modul zum bedienen des Hailo Libero 3.0"
}
},
"keywords": [
"fhem-mod-device",
"fhem-core",
"Hailo",
"Libero",
"Smart"
],
"release_status": "stable",
"license": "GPL_2",
"version": "v1.0.0",
"author": [
"Sebastian Schwarz <ema@il.local>"
],
"x_fhem_maintainer": [
"CoolTux"
],
"x_fhem_maintainer_github": [
"LeonGaultier"
],
"prereqs": {
"runtime": {
"requires": {
"FHEM": 5.00918799,
"perl": 5.016,
"Meta": 0,
"HttpUtils": 0,
"Encode": 0
},
"recommends": {
},
"suggests": {
}
}
}
}
=end :application/json;q=META.json
=cut