2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 20:57:11 +00:00

10_ZWave.pm: implement the battery dependent message for versionClassAll too (Forum #74944)

git-svn-id: https://svn.fhem.de/fhem/trunk@14836 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-08-02 13:32:37 +00:00
parent 37ad6db41d
commit bfc5503b9f

View File

@ -1820,7 +1820,7 @@ ZWave_versionClassAllGet($@)
ZWave_Get($hash, $name, "versionClass", $c);
}
$zwave_parseHook{"$hash->{nodeIdHex}:..8614"} = \&ZWave_versionClassAllGet;
return("working the background, check the vclasses attribute", "EMPTY");
return(ZWave_WibMsg($hash).", check the vclasses attribute", "EMPTY");
}
$zwave_parseHook{"$hash->{nodeIdHex}:..8614"} = \&ZWave_versionClassAllGet;