Example #1
0
 protected void OnKeyboardLedChanged(KeyboardLedsChangedEventArgs e)
 {
     KeyboardLedsChanged?.Invoke(this, e);
 }
 private void Keyboard_KeyboardLedsChanged(object sender, KeyboardLedsChangedEventArgs e)
 {
     _logger.LogInformation($"Keyboard Leds Changed: {e.KeyboardLeds}");
     _ = Publish(StalkTopic.Status_KeyboardLeds, e.KeyboardLeds);
 }