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:
markusbloch 2019-10-13 18:46:20 +00:00
parent e56d375628
commit 5a4adcf5a9

View File

@ -253,6 +253,10 @@ sub FB_CALLLIST_Set($@)
return $usage unless(defined($item));
FB_CALLLIST_deleteItem($hash, $item->{index});
FB_CALLLIST_createReadings($hash);
FB_CALLLIST_saveList($hash);
}
else
{