Subversion Repositories HomeAutomation

Rev

Blame | Last modification | View Log | SVN | RSS feed

  1.  
  2. function VoltageCurrent(type, name, id)
  3. {
  4.     this.CanService(type, name, id);
  5.    
  6.     //this.myLastValue = new Array();
  7. }
  8.  
  9. extend(VoltageCurrent, CanService);
  10.  
  11.  
  12.  
  13.