mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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:
parent
80c4619fb1
commit
7e821eb038
@ -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") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user