using System; namespace ln.skyscanner.entities { public enum DeviceType { UNKNOWN, ROUTER, PTP, PTMP, UPS, SERVER } }