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 54513565fd
commit e14ffc7651

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;