mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
49_SSCam: set compatibility to SVS version 8.2.7
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@21273 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
20b2c2a88d
commit
fa12f36aa4
1
CHANGED
1
CHANGED
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- change: 49_SSCam: set compatibility to SVS version 8.2.7
|
||||||
- change: 70_DENON_AVR: fixed pictureMode commands
|
- change: 70_DENON_AVR: fixed pictureMode commands
|
||||||
- feature: 73_DoorBird: Improved changelog readout Contribution by: enrikm
|
- feature: 73_DoorBird: Improved changelog readout Contribution by: enrikm
|
||||||
- feature: 70_DENON_AVR: introducing new way of reading model information
|
- feature: 70_DENON_AVR: introducing new way of reading model information
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#########################################################################################################################
|
#########################################################################################################################
|
||||||
# 49_SSCam.pm
|
# 49_SSCam.pm
|
||||||
#
|
#
|
||||||
# (c) 2015-2019 by Heiko Maaz
|
# (c) 2015-2020 by Heiko Maaz
|
||||||
# e-mail: Heiko dot Maaz at t-online dot de
|
# e-mail: Heiko dot Maaz at t-online dot de
|
||||||
#
|
#
|
||||||
# This Module can be used to operate Cameras defined in Synology Surveillance Station 7.0 or higher.
|
# This Module can be used to operate Cameras defined in Synology Surveillance Station 7.0 or higher.
|
||||||
@ -54,6 +54,7 @@ eval "use Cache::Cache;1;" or my $SScamMMCacheCache = "Cache::Cache";
|
|||||||
|
|
||||||
# Versions History intern
|
# Versions History intern
|
||||||
our %SSCam_vNotesIntern = (
|
our %SSCam_vNotesIntern = (
|
||||||
|
"9.2.1" => "24.02.2020 set compatibility to SVS version 8.2.7 ",
|
||||||
"9.2.0" => "10.12.2019 attribute \"recChatTxt\" for sending recordings by SSChatBot ",
|
"9.2.0" => "10.12.2019 attribute \"recChatTxt\" for sending recordings by SSChatBot ",
|
||||||
"9.1.0" => "08.12.2019 attribute \"snapChatTxt\" for sending snapshots by SSChatBot ",
|
"9.1.0" => "08.12.2019 attribute \"snapChatTxt\" for sending snapshots by SSChatBot ",
|
||||||
"9.0.6" => "26.11.2019 minor code change ",
|
"9.0.6" => "26.11.2019 minor code change ",
|
||||||
@ -317,7 +318,7 @@ our %SSCam_vNotesExtern = (
|
|||||||
);
|
);
|
||||||
|
|
||||||
# getestete SVS-Version
|
# getestete SVS-Version
|
||||||
my $compstat = "8.2.6";
|
my $compstat = "8.2.7";
|
||||||
|
|
||||||
# Aufbau Errorcode-Hashes (siehe Surveillance Station Web API)
|
# Aufbau Errorcode-Hashes (siehe Surveillance Station Web API)
|
||||||
my %SSCam_errauthlist = (
|
my %SSCam_errauthlist = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user