ZigbeeApp/Shared/Phone/MainPage/Controls/DeviceCard/DeviceSensorCardControl.cs
New file @@ -0,0 +1,14 @@ using System; using System.Collections.Generic; using System.Text; namespace Shared.Phone.MainPage.Controls { /// <summary> /// 传感器卡片控件 /// </summary> public class DeviceSensorCardControl : DeviceCardCommon { //目前传感器没啥特殊界面 } }