mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-15 12:44:48 +00:00
Fixed undesirable auto-reconnect behavior when manually disconnecting
This commit is contained in:
18
Pepperdash Core/Pepperdash Core/Network/DiscoveryThings.cs
Normal file
18
Pepperdash Core/Pepperdash Core/Network/DiscoveryThings.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Crestron.SimplSharp;
|
||||
|
||||
namespace PepperDash.Core
|
||||
{
|
||||
|
||||
public static class NetworkComm
|
||||
{
|
||||
|
||||
static NetworkComm()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user