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:
wherzig
2012-05-05 11:40:56 +00:00
parent a8e6f94f58
commit 88aa0ffe24
9 changed files with 458 additions and 261 deletions

View File

@@ -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";
}