add ignore attribute for RFXCOM and TRX. Add longids to RFXCOM. Changes on RFXCOM to be compatible with TRX. Changes to commandref to reflect the changes
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1534 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -93,7 +93,7 @@ RFXCOM_Initialize($)
|
||||
$hash->{GetFn} = "RFXCOM_Get";
|
||||
$hash->{SetFn} = "RFXCOM_Set";
|
||||
$hash->{StateFn} = "RFXCOM_SetState";
|
||||
$hash->{AttrList}= "do_not_notify:1,0 dummy:1,0 do_not_init:1:0 loglevel:0,1,2,3,4,5,6";
|
||||
$hash->{AttrList}= "dummy:1,0 do_not_init:1:0 longids loglevel:0,1,2,3,4,5,6";
|
||||
$hash->{ShutdownFn} = "RFXCOM_Shutdown";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user