Subversion Repositories HomeAutomation

Rev

Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1768 5466 d 6 h runge /trunk/PcSoftware/Atom1.5/ Fixed crash on timer cancelation
Added printout of the currently used configuration file
 
1765 5466 d 10 h linlun /trunk/PcSoftware/Atom1.5/ Updates to alot of the javascripts for atom1.5  
1646 5751 d 0 h runge /trunk/PcSoftware/Atom1.5/ JS changes
It is not possible to set alarms with a data and time string in addition to a simple timeout
Some other small fixes
 
1644 5756 d 5 h runge /trunk/PcSoftware/Atom1.5/ Have started to implement new javascript, dimmer and irout are okay and working, everything else needs to be changed  
1607 5778 d 1 h runge /trunk/PcSoftware/Atom1.5/ Added support for legacy scripts, it is not 100% yet, missing functionality is socket support.  
1601 5781 d 9 h runge /trunk/PcSoftware/Atom1.5/ Created a virtual machine running using google v8
Uses a plugin architecture for exposing functionality to vm in a modular way
Current plugins are
- system: handles logging, system calls, loading of scripts
- timer: handles timeouts and intervals
More other random fixes