OmniLinkBridge/OmniLinkBridge/WebService/DeviceType.cs
2018-11-01 23:25:13 -04:00

19 lines
286 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OmniLinkBridge.WebAPI
{
public enum DeviceType
{
unknown,
contact,
motion,
water,
smoke,
co
}
}