mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
FB_CALLLIST: create readings and save list after set command "removeItem" (Forum: #104063)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20355 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e56d375628
commit
5a4adcf5a9
@ -253,6 +253,10 @@ sub FB_CALLLIST_Set($@)
|
|||||||
return $usage unless(defined($item));
|
return $usage unless(defined($item));
|
||||||
|
|
||||||
FB_CALLLIST_deleteItem($hash, $item->{index});
|
FB_CALLLIST_deleteItem($hash, $item->{index});
|
||||||
|
|
||||||
|
FB_CALLLIST_createReadings($hash);
|
||||||
|
|
||||||
|
FB_CALLLIST_saveList($hash);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user