Uml sequence diagram 1 - Saloshp/AndRemote GitHub Wiki
Welcome to AndRemote Persistence!
Back To Home Page
Back To SDS Page
Back To Diagrams Page
##AndRemote Sqeuence Diagram (#1) UML Diagram:
Description:
Remote user updates his AndRemote application , receiving new data about new controllers information , from the distant server.
Flow:
- User enters password for accessing the "device remote control" of the application.
- AndRemote Security Class checks the user password.
- Device Profile is launched, if everything is OK.
- SignalTiming Object is created, asking the Android API for the current time.
- Procedure sleeps until the next scheduled signal.
- If it is time to execute and dispatch the signal, the DeviceHandler will be executed.
- The DeviceHandler of the specific device will send a signal to the electrical home device.
- If Procedure was successfully transmitted, the SignalTiming will wait to the next scheduled signal and an OK message will be shown to the user.