mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fixes namespace for EssentialsBridgeableDevice
This commit is contained in:
parent
31418fd469
commit
827315c3cc
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
using Crestron.SimplSharpPro.DeviceSupport;
|
||||
using PepperDash.Essentials.Core;
|
||||
using PepperDash.Essentials.Core.Bridges;
|
||||
|
||||
namespace PepperDash_Essentials_Core.Devices
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
public abstract class EssentialsBridgeableDevice:EssentialsDevice, IBridgeAdvanced
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue