Rev 1657 | Rev 1998 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1657 | Rev 1997 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | 1 | ||
| 2 | IRIn_ModuleNames = [ "irReceive" ]; |
2 | IRIn_ModuleNames = [ "irReceive", "rfTransceive" ]; |
| 3 | IRIn_Channels = function() { return [ 0 ]; }; |
3 | IRIn_Channels = function() { return [ 0 ]; }; |
| 4 | IRIn_Aliases = function() { return Module_GetAliasNames(IRIn_ModuleNames); }; |
4 | IRIn_Aliases = function() { return Module_GetAliasNames(IRIn_ModuleNames); }; |
| 5 | IRIn_AvailableIds = function() { return Module_GetAvailableIds(IRIn_ModuleNames); }; |
5 | IRIn_AvailableIds = function() { return Module_GetAvailableIds(IRIn_ModuleNames); }; |
| 6 | IRIn_Remotes = function() { return get_keys(Storage_GetParameters("RemoteList")); }; |
6 | IRIn_Remotes = function() { return get_keys(Storage_GetParameters("RemoteList")); }; |
| 7 | 7 | ||