chore: move all files to file-scoped namespace

This commit is contained in:
Andrew Welker 2025-07-04 16:02:32 -05:00 committed by Neil Dorin
parent aaa5b0532b
commit 3ece4f0b7b
522 changed files with 39628 additions and 45678 deletions

View file

@ -8,10 +8,10 @@ using PepperDash.Core;
using Serilog.Events;
namespace PepperDash.Essentials.Core.Devices
{
namespace PepperDash.Essentials.Core.Devices;
/// <summary>
/// Represents a GenericCommunicationMonitoredDevice
/// A device that monitors the communication status of a communication client. Useful for monitoring TCP, serial, or telnet clients.
/// </summary>
public class GenericCommunicationMonitoredDevice : Device, ICommunicationMonitor
{
@ -77,5 +77,4 @@ namespace PepperDash.Essentials.Core.Devices
CommunicationMonitor.Stop();
return true;
}
}
}
}