2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

11_OWX_FRM.pm: Bugfix

git-svn-id: https://svn.fhem.de/fhem/trunk@16404 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
phenning 2018-03-14 04:04:16 +00:00
parent 38df174cc2
commit eda52676c0

View File

@ -58,7 +58,7 @@ sub new($) {
return bless {
hash => $hash,
#-- module version
version => "7.09";
version => "7.10"
}, $class;
}