mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
refactor: rearrange and add solution for 4-series
This commit is contained in:
12
src/PepperDash.Essentials.Core/Gateways/CenCn2Controller.cs
Normal file
12
src/PepperDash.Essentials.Core/Gateways/CenCn2Controller.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Crestron.SimplSharp;
|
||||
|
||||
namespace PepperDash_Essentials_Core.Gateways
|
||||
{
|
||||
public class CenCn2Controller
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user