Skip to content

Commit

Permalink
Cleanp
Browse files Browse the repository at this point in the history
  • Loading branch information
Menno Lodder committed Jan 19, 2024
1 parent 5064fb5 commit 906d4e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/SharpBrick.PoweredUp.Cli/Commands/DevicesList.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.IO;
using System.Linq;
using System.Net.Sockets;
using System.Threading.Tasks;
using SharpBrick.PoweredUp.Functions;
using SharpBrick.PoweredUp.Protocol;
Expand Down
2 changes: 1 addition & 1 deletion src/SharpBrick.PoweredUp/Protocol/LegoWirelessProtocol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public class LegoWirelessProtocol : ILegoWirelessProtocol
private readonly IDeviceFactory _deviceFactory;
private readonly Subject<(byte[] data, LegoWirelessMessage message)> _upstreamSubject;


public ProtocolKnowledge Knowledge { get; } = new ProtocolKnowledge();

public IObservable<(byte[] data, LegoWirelessMessage message)> UpstreamRawMessages => _upstreamSubject;
Expand Down Expand Up @@ -93,6 +92,7 @@ private bool UseCachedInformation()
{
return !DiscoveryMode;
}

#region Disposable Pattern
private bool disposedValue;

Expand Down

0 comments on commit 906d4e9

Please sign in to comment.