Subversion Repositories HomeAutomation

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1646 5762 d 9 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
 
1625 5776 d 10 h runge /trunk/PcSoftware/Atom1.5/ Moved some things around in js.
Made the VM plugins all execute code in the VM thread which will improve safety and hopefully make it crash less
 
1619 5778 d 9 h runge /trunk/PcSoftware/Atom1.5/ Added functionality for persistant storage of parameters, aliases created will be saved here
Created a irTransmit javascript
 
1604 5789 d 14 h runge /trunk/PcSoftware/Atom1.5/ Changes  
1601 5792 d 18 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