private void PlayLedAnimationButton_Click(object sender, RoutedEventArgs e) { _droneClient.PlayLedAnimation(); UpdateDisplay(); }