Subversion Repositories HomeAutomation

Rev

Rev 1378 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1378 Rev 1380
Line 94... Line 94...
94
        str += key + ":" + tmp + ",";
94
        str += key + ":" + tmp + ",";
95
    }
95
    }
96
   
96
   
97
    return str.rtrim(",");
97
    return str.rtrim(",");
98
}
98
}
99
 
-
 
100
 
99
 
101
CanMessage.prototype.send = function()
100
CanMessage.prototype.send = function()
102
{
101
{
103
    sendCanMessage( this.getClassName(),
102
    sendCanMessage( this.getClassName(),
104
            this.getDirectionFlag(),
103
            this.getDirectionFlag(),