Anonymous Login
2026-01-15 13:16 CET

HomeAutomation: trunk r1299 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent Ported
Mattias Runge trunk 2009-07-19 20:08:27 Pending
Changeset 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()); });
mod - /trunk/PcSoftware/Atom/Services/System/ServiceManager.js Diff ] File ]