Skip to content

Commit

Permalink
Update 14_SD_BELL.pm
Browse files Browse the repository at this point in the history
 * revised JSON information META
  • Loading branch information
HomeAutoUser committed Mar 22, 2021
1 parent b621a44 commit 0b99c0d
Showing 1 changed file with 71 additions and 6 deletions.
77 changes: 71 additions & 6 deletions FHEM/14_SD_BELL.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##############################################################################
# $Id: 14_SD_BELL.pm 0 2021-03-22 07:27:08Z HomeAuto_User $
# $Id: 14_SD_BELL.pm 0 2021-03-22 08:30:35Z HomeAuto_User $
#
# The file is part of the SIGNALduino project.
# The purpose of this module is to support many wireless BELL devices.
Expand Down Expand Up @@ -562,29 +562,94 @@ sub Attr {
=for :application/json;q=META.json 14_SD_BELL.pm
{
"version": "v1.0.0",
"release_status": "stable",
"author": [
"HomeAuto_User <>",
"elektron-bbs"
],
"x_fhem_maintainer": [
"HomeAuto_User",
"elektron-bbs"
],
"x_fhem_maintainer_github": [
"HomeAutoUser",
"elektron-bbs"
],
"description": "The module is a universal module of the SIGNALduino for different bells.",
"dynamic_config": 1,
"keywords": [
"fhem-sonstige-systeme",
"fhem-hausautomations-systeme",
"fhem-mod",
"signalduino"
],
"license": [
"GPL_2"
],
"meta-spec": {
"url": "https://metacpan.org/pod/CPAN::Meta::Spec",
"version": 2
},
"name": "FHEM::SD_BELL",
"prereqs": {
"runtime": {
"requires": {
"FHEM": 5.00918623,
"FHEM::Meta": 0.001006,
"GPUtils": 0,
"perl": 5.014
"lib::SD_Protocols": "0",
"perl": 5.018,
"strict": "0",
"warnings": "0"
}
},
"develop": {
"requires": {
"lib::SD_Protocols": "0",
"strict": "0",
"warnings": "0"
}
}
},
"release_status": "stable",
"resources": {
"bugtracker": {
"web": "https://github.com/RFD-FHEM/RFFHEM/issues"
"web": "https://github.com/RFD-FHEM/RFFHEM/issues/"
},
"repository": {
"x_master": {
"type": "git",
"url": "https://github.com/RFD-FHEM/RFFHEM.git",
"web": "https://github.com/RFD-FHEM/RFFHEM/blob/master/FHEM/14_SD_BELL.pm"
},
"type": "svn",
"url": "https://svn.fhem.de/fhem",
"web": "https://svn.fhem.de/trac/browser/trunk/fhem/FHEM/14_SD_BELL.pm",
"x_branch": "trunk",
"x_filepath": "fhem/FHEM/",
"x_raw": "https://svn.fhem.de/trac/export/latest/trunk/fhem/FHEM/14_SD_BELL.pm",
"x_dev": {
"type": "git",
"url": "https://github.com/RFD-FHEM/RFFHEM.git",
"web": "https://raw.githubusercontent.com/RFD-FHEM/RFFHEM/master/FHEM/14_SD_BELL.pm",
"x_branch": "master",
"x_filepath": "FHEM/",
"x_raw": "https://github.com/RFD-FHEM/RFFHEM/blob/master/FHEM/14_SD_BELL.pm"
}
},
"x_commandref": {
"web": "https://commandref.fhem.de/#SD_BELL"
},
"x_support_community": {
"board": "Sonstige Systeme",
"boardId": "29",
"title": "FHEM - Hausautomations-Systeme >> Sonstige Systeme",
"web": "https://forum.fhem.de/index.php/board,29.0.html"
},
"x_wiki": {
"web": "https://wiki.fhem.de/wiki/SD_BELL"
}
}
},
"version": "v1.0.0"
}
=end :application/json;q=META.json
Expand Down

0 comments on commit 0b99c0d

Please sign in to comment.