public void DeviceCommandReceived(R7CommandType p0)
 {
     Safety(() =>
     {
         logger.Log($"[R7] Device command {p0}");
     });
 }
Example #2
0
 public override void DeviceCommandReceived(R7CommandType command)
 {
     this.framework.DeviceCommandReceived(command);
 }