Subversion Repositories HomeAutomation

Rev

Rev 1603 | Rev 1620 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1603 Rev 1619
Line 22... Line 22...
22
                this.EventBase.prototype.Trigger.call(this, "onPressed", id, channel, data, protocol);
22
                this.EventBase.prototype.Trigger.call(this, "onPressed", id, channel, data, protocol);
23
            }
23
            }
24
            else if (status == "Released")
24
            else if (status == "Released")
25
            {
25
            {
26
                this.EventBase.prototype.Trigger.call(this, "onReleased", id, channel, data, protocol);
26
                this.EventBase.prototype.Trigger.call(this, "onReleased", id, channel, data, protocol);
-
 
27
            }
-
 
28
            else
-
 
29
            {
-
 
30
                Log("Unknown status of IR signal, " + status);
27
            }
31
            }
28
           
32
           
29
            break;
33
            break;
30
        }
34
        }
31
    }
35
    }