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:
parent
37ad6db41d
commit
bfc5503b9f
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user