ZigbeeApp/Shared/Phone/ZigBee/Device/Repeater.cs
New file @@ -0,0 +1,13 @@ using System; namespace ZigBee.Device { [System.Serializable] public class Repeater : CommonDevice { public Repeater() { this.Type = DeviceType.Repeater; } } }