feat: updated namespaces on a few things

This commit is contained in:
Nick Genovese
2023-10-26 22:19:47 -04:00
parent 48dd29ae83
commit 7f5e991921
21 changed files with 485 additions and 60 deletions

View File

@@ -0,0 +1,4 @@
namespace PepperDash.Essentials.Devices.Displays
{
public interface IInputHdmi4 { void InputHdmi4(); }
}