fix bug in Parse Function

This commit is contained in:
Marko Oldenburg 2017-12-19 13:20:00 +01:00
parent da980affef
commit 1fd4f138b2

View File

@ -742,7 +742,7 @@ sub AMADDevice_Parse($$) {
} else {
return "UNDEFINED $fhemDevice AMADDevice $decode_json->{firstrun}{'amaddevice_ip'} $decode_json->{amad}{'amad_id'}";
return "UNDEFINED $fhemDevice AMADDevice $decode_json->{firstrun}{'amaddevice_ip'} $decode_json->{amad}{'amad_id'} Automagic";
}
}