Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1308 6249 d 11 h runge /branches/atomV2/ Created branch for Atom version 2 and update module protocol  
1299 6264 d 11 h runge /trunk/PcSoftware/Atom/Services/System/ Added the ability to register a callback in the ServiceManager to get events when a service is created
Usage: ServiceManager.addCallback(function(service) { alert('service started: ' + service.getName() + ' of type ' + service.getType()); });
 
999 6459 d 7 h runge /trunk/PcSoftware/Atom/ Atom: New command interface and some other stuff  
977 6469 d 5 h runge /trunk/PcSoftware/Atom/ Atom: Fixed OnlinePhonebook... it works!  
972 6470 d 9 h runge /trunk/PcSoftware/Atom/ Random stuff done, I don't remember exactly :)  
969 6472 d 6 h runge /trunk/PcSoftware/Atom/ Initial import of the new and improved Atom. It is fully functional but needs more work.
For more information on what is in the pipe right now look at TODO.txt
Documentation will come after the API has stabilized abit more.
There is support for four modules, BusVoltage, DS18x20, HD44789 and Debug.
There is also one logic service that should be well documented if someone wants to build logic for themselfs.
That service is called SensorPrint and uses one BusVoltage, one DS18x20 for sensor values and then prints them to the LCD (HD44789).
To start logic services you have to add them to the Services/Autostart.js.
More is to come...!