mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +00:00
49_SSCam: set compability to SVS 8.2.10
git-svn-id: https://svn.fhem.de/fhem/trunk@25176 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
45f0998bdb
commit
d9ec239bb3
@ -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: 49_SSCam: set compability to SVS 8.2.10
|
||||
- bugfix: 58_RPI_1Wire: Improved behaviour when changing pollingInterval
|
||||
- change: 93_RFHEM: Moved to deprecated (use FHEM2FHEM)
|
||||
- bugfix: 93_DbRep: fix SQL statement if devspec can't be resolved,
|
||||
|
@ -184,6 +184,7 @@ BEGIN {
|
||||
|
||||
# Versions History intern
|
||||
my %vNotesIntern = (
|
||||
"9.10.2" => "03.11.2021 set SVS compatibility to 8.2.10 ",
|
||||
"9.10.1" => "18.07.2021 set SVS compatibility to 8.2.9 ",
|
||||
"9.10.0" => "03.07.2021 change getApiSites_Parse for better simu_SVSversion, new value 8.2.8-xxxx for attr simu_SVSversion ",
|
||||
"9.9.0" => "21.05.2021 new get command saveLastSnap ",
|
||||
@ -662,7 +663,7 @@ my %hsimu = ( # Fun
|
||||
my $defSlim = 3; # default Anzahl der abzurufenden Schnappschüsse mit snapGallery
|
||||
my $defColumns = 3; # default Anzahl der Spalten einer snapGallery
|
||||
my $defSnum = "1,2,3,4,5,6,7,8,9,10"; # mögliche Anzahl der abzurufenden Schnappschüsse mit snapGallery
|
||||
my $compstat = "8.2.9"; # getestete SVS-Version
|
||||
my $compstat = "8.2.10"; # getestete SVS-Version
|
||||
my $valZoom = ".++,+,stop,-,--."; # Inhalt des Setters "setZoom"
|
||||
my $shutdownInProcess = 0; # Statusbit shutdown
|
||||
my $todef = 20; # httptimeout default Wert
|
||||
|
Loading…
x
Reference in New Issue
Block a user