mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
Adds inital ConfigMessenger
This commit is contained in:
parent
2121456d50
commit
038e23289e
2 changed files with 13 additions and 1 deletions
12
PepperDashEssentials/AppServer/Messengers/ConfigMessenger.cs
Normal file
12
PepperDashEssentials/AppServer/Messengers/ConfigMessenger.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.AppServer.Messengers
|
||||||
|
{
|
||||||
|
public class ConfigMessenger
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1a61f2b4886bab143b71ce97cf29fe0e8ec0647e
|
Subproject commit ea76dcbe5b8eb08f53e3047ba0516915140c7db1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue