mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
37 lines
686 B
C#
37 lines
686 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace PepperDash.Essentials.Core
|
|
{
|
|
internal class DeviceEnums
|
|
{
|
|
public enum DeviceKeys
|
|
{
|
|
device1,
|
|
device2,
|
|
device3,
|
|
device4,
|
|
device5,
|
|
device6,
|
|
device7,
|
|
device8,
|
|
device9,
|
|
device10,
|
|
device11,
|
|
device12,
|
|
device13,
|
|
device14,
|
|
device15,
|
|
device16,
|
|
device17,
|
|
device18,
|
|
device19,
|
|
device20
|
|
|
|
}
|
|
}
|
|
}
|