MAX: on update-msg, write groupid to READINGS, not INTERNAL

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4090 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre 2013-10-21 20:54:33 +00:00
parent 80c4619fb1
commit 7e821eb038

View File

@ -594,7 +594,7 @@ MAX_Parse($$)
Log 1, "Device changed serial from $shash->{serial} to $serial" if($shash->{serial} and ($shash->{serial} ne $serial));
$shash->{serial} = $serial;
}
$shash->{groupid} = $args[2];
readingsBulkUpdate($shash, "groupid", $args[2]);
$shash->{IODev} = $hash;
} elsif($msgtype eq "ThermostatState") {