using System; namespace ZigBee.Device { [System.Serializable] public class Repeater : CommonDevice { public Repeater() { this.Type = DeviceType.Repeater; } } }