C# Class HuesMiniHack.ViewModels.LightViewModel

Inheritance: BaseViewModel
Show file Open project: xamarin/mini-hacks

Public Methods

Method Description
LightViewModel ( Q42.HueApi.Light selectedLight ) : System

Private Methods

Method Description
CreateClient ( ) : void
ExecuteLampAlertCommand ( ) : System.Threading.Tasks.Task
ExecuteLampEffectCommand ( ) : System.Threading.Tasks.Task
ExecuteLampOffCommand ( ) : System.Threading.Tasks.Task
ExecuteLampOnCommand ( ) : System.Threading.Tasks.Task

Method Details

LightViewModel() public method

public LightViewModel ( Q42.HueApi.Light selectedLight ) : System
selectedLight Q42.HueApi.Light
return System