Skip to content

Commit

Permalink
refactor: updated namespace to relfect EPI make/model
Browse files Browse the repository at this point in the history
  • Loading branch information
jkdevito committed Oct 1, 2024
1 parent 32047b0 commit b314439
Show file tree
Hide file tree
Showing 12 changed files with 963 additions and 842 deletions.
2 changes: 1 addition & 1 deletion src/ICommandBuilder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace PepperDash.Essentials.Displays
namespace PanasonicProjectorEpi
{
public interface ICommandBuilder
{
Expand Down
6 changes: 3 additions & 3 deletions src/IpCommandBuilder.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;

namespace PepperDash.Essentials.Displays
using System;

namespace PanasonicProjectorEpi
{
public class IpCommandBuilder:ICommandBuilder
{
Expand Down
9 changes: 4 additions & 5 deletions src/PanasonicInput.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
using PepperDash.Essentials.Core.DeviceTypeInterfaces;
using System;
using System.Collections.Generic;
using PepperDash.Essentials.Core.DeviceTypeInterfaces;
using PepperDash.Essentials.Displays;

namespace PepperDash.Essentials.Displays
{
#if SERIES4
namespace PanasonicProjectorEpi
{
#if SERIES4
public class PanasonicInputs : ISelectableItems<byte>
{
private Dictionary<byte, ISelectableItem> _items = new Dictionary<byte, ISelectableItem>();
Expand Down
6 changes: 3 additions & 3 deletions src/PanasonicIpStatusMonitor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using PepperDash.Core;
using PepperDash.Essentials.Core;

namespace PepperDash.Essentials
using PepperDash.Essentials.Core;

namespace PanasonicProjectorEpi
{
public class PanasonicStatusMonitor : StatusMonitorBase
{
Expand Down
Loading

0 comments on commit b314439

Please sign in to comment.