codestyle

This commit is contained in:
Marko Oldenburg 2019-09-20 20:45:20 +02:00
parent f143f06da4
commit 03ffe3e1fd

View File

@ -338,12 +338,9 @@ sub Define($$) {
return 'too few parameters: define <name> ShuttersControl' if ( @a != 2 );
my $name = $a[0];
$hash->{MID} = 'da39a3ee5e6b4b0d3255bfef95601890afd80709'
; # eine Ein Eindeutige ID für interne FHEM Belange / nicht weiter wichtig
$hash->{VERSION} = version->parse($VERSION)->normal;
$hash->{VERSION} = version->parse($VERSION)->normal;
$hash->{NOTIFYDEV} = 'global,'
. $name; # Liste aller Devices auf deren Events gehört werden sollen
#$hash->{shutters} = $shutters;