mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
76_SMAInverter: STP10.0-3AV-40 298 type included
git-svn-id: https://svn.fhem.de/fhem/trunk@20080 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2703e3edd5
commit
9f59e9ab31
@ -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: 76_SMAInverter: STP10.0-3AV-40 298 type included
|
||||
- bugfix: 73_AutoShuttersControl: fix little bugs, change control logic
|
||||
- feature: 93_DbRep: devices contained in the selection definition are marked
|
||||
as "Probably associated with" if possible
|
||||
|
@ -32,6 +32,7 @@ eval "use FHEM::Meta;1" or my $modMetaAbsent = 1;
|
||||
|
||||
# Versions History by DS_Starter
|
||||
our %SMAInverter_vNotesIntern = (
|
||||
"2.13.4" => "30.08.2019 STP10.0-3AV-40 298 included into %SMAInverter_devtypes ",
|
||||
"2.13.3" => "28.08.2019 commandref revised ",
|
||||
"2.13.2" => "27.08.2019 fix WARNING: Use of uninitialized value \$_ in substitution (s///) at /opt/fhem//FHEM/Blocking.pm line 238 ",
|
||||
"2.13.1" => "22.08.2019 commandref revised ",
|
||||
@ -247,6 +248,7 @@ my %SMAInverter_devtypes = (
|
||||
9345 => "STP5.0-3AV-40 (Sunny Tripower 5.0)",
|
||||
9346 => "STP6.0-3AV-40 (Sunny Tripower 6.0)",
|
||||
9347 => "STP8.0-3AV-40 (Sunny Tripower 8.0)",
|
||||
9348 => "STP10.0-3AV-40 (Sunny Tripower 10.0)",
|
||||
9356 => "SBS3.7-1VL-10 (Sunny Boy Storage 3.7)",
|
||||
9358 => "SBS5.0-10 (Sunny Boy Storage 5.0)",
|
||||
9366 => "STP3.0-3AV-40 (Sunny Tripower 3.0)",
|
||||
|
Loading…
Reference in New Issue
Block a user