mirror of
https://github.com/excaliburpartners/OmniLinkBridge
synced 2025-05-11 18:23:12 +00:00
14 lines
250 B
C#
14 lines
250 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace OmniLinkBridge.WebAPI
|
|
{
|
|
public class OverrideZone
|
|
{
|
|
public DeviceType device_type { get; set; }
|
|
}
|
|
}
|