getCurrentState function

CurrentState getCurrentState()

It manages the current state for the web devices

Implementation

CurrentState getCurrentState(){
  return CurrentStateWeb();
}