Rev 1620 | Rev 1647 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1620 | Rev 1646 | ||
|---|---|---|---|
| Line -... | Line 1... | ||
| - | 1 | ||
| - | 2 | IRIn_ModuleName = "irReceive"; |
|
| - | 3 | IRIn_Channels = function() { return [ 0 ]; }; |
|
| - | 4 | ||
| - | 5 | function IRIr_MessageAliasLookup(module_id, command, variables) |
|
| - | 6 | { |
|
| - | 7 | var aliases_data = {}; |
|
| - | 8 | ||
| - | 9 | aliases_data = Module_LookupAliases({ |
|
| - | 10 | "module_name" : IRIn_ModuleName, |
|
| - | 11 | "module_id" : module_id, |
|
| - | 12 | "channel" : channel |
|
| - | 13 | }); |
|
| - | 14 | ||
| - | 15 | return aliases_data; |
|
| - | 16 | } |
|
| - | 17 | Module_RegisterMessageAliasLookup(IROut_ModuleName, IROut_MessageAliasLookup); |
|
| - | 18 | ||
| - | 19 | ||
| - | 20 | ||
| - | 21 | ||
| - | 22 | ||
| - | 23 | ||
| - | 24 | ||
| - | 25 | ||
| - | 26 | ||
| - | 27 | ||
| - | 28 | ||
| - | 29 | ||
| 1 | 30 | ||
| 2 | function irReceive(name) |
31 | function irReceive(name) |
| 3 | { |
32 | { |
| 4 | this.Module(name); |
33 | this.Module(name); |
| 5 | irReceive.instance_ = this; |
34 | irReceive.instance_ = this; |