mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-11 02:35:00 +00:00
chore: move all files to file-scoped namespace
This commit is contained in:
@@ -6,8 +6,8 @@ using Crestron.SimplSharp;
|
||||
|
||||
using PepperDash.Essentials.Core;
|
||||
|
||||
namespace PepperDash.Essentials.Core.Ethernet
|
||||
{
|
||||
namespace PepperDash.Essentials.Core.Ethernet;
|
||||
|
||||
public static class EthernetSettings
|
||||
{
|
||||
public static readonly BoolFeedback LinkActive = new BoolFeedback("LinkActive",
|
||||
@@ -29,5 +29,4 @@ namespace PepperDash.Essentials.Core.Ethernet
|
||||
public static readonly StringFeedback DefaultGateway0 = new StringFeedback("DefaultGateway0",
|
||||
() => CrestronEthernetHelper.GetEthernetParameter(
|
||||
CrestronEthernetHelper.ETHERNET_PARAMETER_TO_GET.GET_CURRENT_ROUTER, 0));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user