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:
parent
7849279323
commit
e6f04d558b
@ -2,6 +2,9 @@
|
|||||||
############################################################################
|
############################################################################
|
||||||
# 2018-03-13, v0.0.28
|
# 2018-03-13, v0.0.28
|
||||||
#
|
#
|
||||||
|
# v0.0.29
|
||||||
|
# - BUFIX: [WinWebGUI] - Fehlermeldung Kamera
|
||||||
|
#
|
||||||
# v0.0.28
|
# v0.0.28
|
||||||
# - BUFIX: [FEHMModul] - "printer_names"="no_printing"
|
# - BUFIX: [FEHMModul] - "printer_names"="no_printing"
|
||||||
#
|
#
|
||||||
@ -206,9 +209,9 @@ sub WINCONNECT_Define($$);
|
|||||||
sub WINCONNECT_Undefine($$);
|
sub WINCONNECT_Undefine($$);
|
||||||
|
|
||||||
# Autoupdateinformationen
|
# Autoupdateinformationen
|
||||||
my $DownloadGURL = "https://gitlab.com/michael.winkler/winconnect/raw/master/WinControl_0.0.27.exe";
|
my $DownloadGURL = "https://www.mwinklerblog.de/app/download/10681757570/WinControl_0.0.29.exe";
|
||||||
my $DownloadSURL = "https://gitlab.com/michael.winkler/winconnect/raw/master/WinControlService_0.0.27.exe";
|
my $DownloadSURL = "https://www.mwinklerblog.de/app/download/10681757970/WinControlService_0.0.29.exe";
|
||||||
my $DownloadVer = "0.0.27";
|
my $DownloadVer = "0.0.29";
|
||||||
my $DownloadError = "";
|
my $DownloadError = "";
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user