2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

73_km200: Version internal deleted due to new SVN rules

git-svn-id: https://svn.fhem.de/fhem/trunk@10592 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
sailor-fhem 2016-01-22 10:10:02 +00:00
parent 7fd3b26937
commit ff35f10aca

View File

@ -1,4 +1,4 @@
# $Id: 73_km200.pm 0056 2016-01-10 20:00:00Z Matthias_Deeke $ # $Id$
######################################################################################################################## ########################################################################################################################
# #
# 73_km200.pm # 73_km200.pm
@ -220,6 +220,7 @@
# 0056 08.01.2016 Sailor km200_Define New attribute "disable" # 0056 08.01.2016 Sailor km200_Define New attribute "disable"
# 0056 08.01.2016 Sailor km200_Attr New attribute "disable" # 0056 08.01.2016 Sailor km200_Attr New attribute "disable"
# 0056 10.01.2016 Sailor =pod Removing alls formats to fulfill new commandref rules # 0056 10.01.2016 Sailor =pod Removing alls formats to fulfill new commandref rules
# ???? 22.01.2016 Sailor Define Removing version internal
######################################################################################################################## ########################################################################################################################
@ -289,12 +290,11 @@ sub km200_Define($$)
my $url = $a[2]; my $url = $a[2];
my $km200_gateway_password = $a[3]; my $km200_gateway_password = $a[3];
my $km200_private_password = $a[4]; my $km200_private_password = $a[4];
my $ModuleVersion = "0056";
$hash->{NAME} = $name; $hash->{NAME} = $name;
$hash->{STATE} = "define"; $hash->{STATE} = "define";
Log3 $name, 5, $name. " : km200 - Starting to define module with version: " . $ModuleVersion; Log3 $name, 5, $name. " : km200 - Starting to define module";
###START###### Define known services of gateway ###########################################################START#### ###START###### Define known services of gateway ###########################################################START####
my @KM200_AllServices = ( my @KM200_AllServices = (
@ -433,7 +433,6 @@ sub km200_Define($$)
###START###### Writing values to global hash ###############################################################START#### ###START###### Writing values to global hash ###############################################################START####
$hash->{NAME} = $name; $hash->{NAME} = $name;
$hash->{URL} = $url; $hash->{URL} = $url;
$hash->{VERSION} = $ModuleVersion;
$hash->{INTERVALDYNVAL} = 300; $hash->{INTERVALDYNVAL} = 300;
$hash->{DELAYDYNVAL} = 60; $hash->{DELAYDYNVAL} = 60;
$hash->{POLLINGTIMEOUT} = 5; $hash->{POLLINGTIMEOUT} = 5;