2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

93_DbLog: META.json data corrected

git-svn-id: https://svn.fhem.de/fhem/trunk@28628 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2024-03-09 15:08:42 +00:00
parent 9d841a8a5b
commit 38a709229e
3 changed files with 41 additions and 36 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it.
- change: 93_DbLog: META.json data corrected
- change: 93_DbRep: Ready for support of MariaDB Perl driver
- change: 98_Installer: change Maintainer, change app version check
- change: 93_DbRep: attribute allowDeletion deleted, multiCmd: use of

View File

@ -34,6 +34,8 @@
#
# Leerzeichen entfernen: sed -i 's/[[:space:]]*$//' 93_DbLog.pm
#
# META.json: https://perldoc.perl.org/CPAN::Meta::Spec
#
##############################################################################################################################
package main;
@ -56,6 +58,7 @@ no if $] >= 5.017011, warnings => 'experimental::smartmatch';
# Version History intern by DS_Starter:
my %DbLog_vNotesIntern = (
"5.9.6" => "09.03.2024 change META.json ",
"5.9.5" => "04.01.2024 change DbLog_configcheck to select only column width independent from column characteristic ",
"5.9.4" => "03.01.2024 make EVENT writable ",
"5.9.3" => "09.10.2023 new attribute colType ",
@ -12538,27 +12541,27 @@ attr SMA_Energymeter DbLogValueFn
"prereqs": {
"runtime": {
"requires": {
"FHEM": 5.00918799,
"perl": 5.014,
"DBI": 0,
"Time::HiRes": 0,
"Time::Local": 0,
"HttpUtils": 0,
"Encode": 0,
"SubProcess": 0,
"Storable": 0
"FHEM": "5.00918799",
"perl": "5.014",
"DBI": "0",
"Time::HiRes": "0",
"Time::Local": "0",
"HttpUtils": "0",
"Encode": "0",
"SubProcess": "0",
"Storable": "0"
},
"recommends": {
"FHEM::Meta": 0,
"DateTime": 0,
"DateTime::Format::Strptime": 0,
"FHEM::Utility::CTZ": 0
"FHEM::Meta": "0",
"DateTime": "0",
"DateTime::Format::Strptime": "0",
"FHEM::Utility::CTZ": "0"
},
"suggests": {
"Data::Dumper": 0,
"DBD::Pg": 0,
"DBD::mysql": 0,
"DBD::SQLite": 0
"Data::Dumper": "0",
"DBD::Pg": "0",
"DBD::mysql": "<5",
"DBD::SQLite": "0"
}
}
},

View File

@ -34,6 +34,8 @@
#
# Leerzeichen entfernen: sed -i 's/[[:space:]]*$//' 93_DbLog.pm
#
# META.json: https://perldoc.perl.org/CPAN::Meta::Spec
#
##############################################################################################################################
package main;
@ -56,7 +58,7 @@ no if $] >= 5.017011, warnings => 'experimental::smartmatch';
# Version History intern by DS_Starter:
my %DbLog_vNotesIntern = (
"5.9.6" => "06.03.2024 adopt META.json Forum: https://forum.fhem.de/index.php?topic=137375.0 ",
"5.9.6" => "09.03.2024 change META.json ",
"5.9.5" => "04.01.2024 change DbLog_configcheck to select only column width independent from column characteristic ",
"5.9.4" => "03.01.2024 make EVENT writable ",
"5.9.3" => "09.10.2023 new attribute colType ",
@ -12539,28 +12541,27 @@ attr SMA_Energymeter DbLogValueFn
"prereqs": {
"runtime": {
"requires": {
"FHEM": 5.00918799,
"perl": 5.014,
"DBI": 0,
"Time::HiRes": 0,
"Time::Local": 0,
"HttpUtils": 0,
"Encode": 0,
"SubProcess": 0,
"Storable": 0
"FHEM": "5.00918799",
"perl": "5.014",
"DBI": "0",
"Time::HiRes": "0",
"Time::Local": "0",
"HttpUtils": "0",
"Encode": "0",
"SubProcess": "0",
"Storable": "0"
},
"recommends": {
"FHEM::Meta": 0,
"DateTime": 0,
"DateTime::Format::Strptime": 0,
"FHEM::Utility::CTZ": 0
"FHEM::Meta": "0",
"DateTime": "0",
"DateTime::Format::Strptime": "0",
"FHEM::Utility::CTZ": "0"
},
"suggests": {
"Data::Dumper": 0,
"DBD::Pg": 0,
"DBD::mysql": 4.050,
"DBD::MariaDB": 0,
"DBD::SQLite": 0
"Data::Dumper": "0",
"DBD::Pg": "0",
"DBD::mysql": "<5",
"DBD::SQLite": "0"
}
}
},