mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
10_ZWave.pm: tune possible Attribute parameters
git-svn-id: https://svn.fhem.de/fhem/trunk@13240 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
68ea102cff
commit
e4c9a88dc6
@ -624,19 +624,19 @@ ZWave_Initialize($)
|
||||
IODev
|
||||
WNMI_delay
|
||||
classes
|
||||
do_not_notify:1,0
|
||||
dummy:1,0
|
||||
do_not_notify:noArg
|
||||
dummy:noArg
|
||||
eventForRaw
|
||||
extendedAlarmReadings:0,1,2
|
||||
ignore:1,0
|
||||
ignoreDupMsg:1,0
|
||||
ignore:noArg
|
||||
ignoreDupMsg:noArg
|
||||
neighborListPos
|
||||
noExplorerFrames:1,0
|
||||
noWakeupForApplicationUpdate:1,0
|
||||
noExplorerFrames:noArg
|
||||
noWakeupForApplicationUpdate:noArg
|
||||
secure_classes
|
||||
showtime:1,0
|
||||
showtime:noArg
|
||||
vclasses
|
||||
useMultiCmd
|
||||
useMultiCmd:noArg
|
||||
zwaveRoute
|
||||
);
|
||||
use warnings 'qw';
|
||||
|
Loading…
Reference in New Issue
Block a user