mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
10_ZWave.pm: replace noArg with 1,0 for attributes
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@23384 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f6247d043b
commit
c3dd4f547e
@ -744,22 +744,22 @@ ZWave_Initialize($)
|
|||||||
classes
|
classes
|
||||||
disable:0,1
|
disable:0,1
|
||||||
disabledForIntervals
|
disabledForIntervals
|
||||||
do_not_notify:noArg
|
do_not_notify:1,0
|
||||||
dummy:noArg
|
dummy:1,0
|
||||||
eventForRaw
|
eventForRaw
|
||||||
extendedAlarmReadings:0,1,2
|
extendedAlarmReadings:0,1,2
|
||||||
ignore:noArg
|
ignore:1,0
|
||||||
ignoreDupMsg:noArg
|
ignoreDupMsg:1,0
|
||||||
neighborListPos
|
neighborListPos
|
||||||
noExplorerFrames:noArg
|
noExplorerFrames:1,0
|
||||||
noWakeupForApplicationUpdate:noArg
|
noWakeupForApplicationUpdate:1,0
|
||||||
secure_classes
|
secure_classes
|
||||||
setExtensionsEvent:1,0
|
setExtensionsEvent:1,0
|
||||||
setList
|
setList
|
||||||
showtime:noArg
|
showtime:1,0
|
||||||
vclasses
|
vclasses
|
||||||
useMultiCmd:noArg
|
useMultiCmd:1,0
|
||||||
useCRC16:noArg
|
useCRC16:1,0
|
||||||
zwaveRoute
|
zwaveRoute
|
||||||
);
|
);
|
||||||
use warnings 'qw';
|
use warnings 'qw';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user