2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 13:26:02 +00:00

70_WINCONNECT: Bugfixes

git-svn-id: https://svn.fhem.de/fhem/trunk@26733 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
michael.winkler 2022-11-22 11:45:09 +00:00
parent 7849279323
commit e6f04d558b

View File

@ -2,6 +2,9 @@
############################################################################
# 2018-03-13, v0.0.28
#
# v0.0.29
# - BUFIX: [WinWebGUI] - Fehlermeldung Kamera
#
# v0.0.28
# - BUFIX: [FEHMModul] - "printer_names"="no_printing"
#
@ -206,9 +209,9 @@ sub WINCONNECT_Define($$);
sub WINCONNECT_Undefine($$);
# Autoupdateinformationen
my $DownloadGURL = "https://gitlab.com/michael.winkler/winconnect/raw/master/WinControl_0.0.27.exe";
my $DownloadSURL = "https://gitlab.com/michael.winkler/winconnect/raw/master/WinControlService_0.0.27.exe";
my $DownloadVer = "0.0.27";
my $DownloadGURL = "https://www.mwinklerblog.de/app/download/10681757570/WinControl_0.0.29.exe";
my $DownloadSURL = "https://www.mwinklerblog.de/app/download/10681757970/WinControlService_0.0.29.exe";
my $DownloadVer = "0.0.29";
my $DownloadError = "";
###################################