mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
FB_CALLLIST: create readings and save list after set command "removeItem" (Forum: #104063)
git-svn-id: https://svn.fhem.de/fhem/trunk@20355 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f6c04a3bcd
commit
4c75feaa1b
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user