Exemple #1
0
        public HomeViewModel()
        {
            ButtonCommand      = new DelegateCommand(PressButton);
            ButtonLightCommand = new DelegateCommand(PressButtonLight);

            HueProxy.Connect("192.168.2.2");
            var names = HueProxy.GetDeviceNamesAsync();/*.ContinueWith(
                                                        * t => Initialize(t.Result));*/
        }