bugfix im Flowset für den toGo Service

This commit is contained in:
Marko Oldenburg
2017-06-08 06:36:05 +02:00
parent b05860297d
commit 3a15f74dec
3 changed files with 90 additions and 81 deletions

View File

@@ -54,8 +54,8 @@ use Encode qw(encode);
eval "use JSON;1" or $missingModul .= "JSON ";
my $modulversion = "3.9.68";
my $flowsetversion = "3.9.68";
my $modulversion = "3.9.69";
my $flowsetversion = "3.9.70";
@@ -83,6 +83,7 @@ sub AMADDevice_Initialize($) {
$hash->{Match} = '{"amad": {"amad_id":.+}}';
$hash->{SetFn} = "AMADDevice_Set";
$hash->{DefFn} = "AMADDevice_Define";
$hash->{UndefFn} = "AMADDevice_Undef";