76_SolarForecast: Version 1.50.4

git-svn-id: https://svn.fhem.de/fhem/trunk@29860 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2025-04-14 22:18:22 +00:00
parent 66b8a2a30b
commit 7fc00ae0c6

View File

@ -1898,7 +1898,7 @@ sub _setcycleInterval { ## no critic "not used"
}
my $ret = CommandAttr (undef, "$new");
::CommandSave (1, undef) if(!$ret);
::CommandSave (undef, undef) if(!$ret);
return;
}