ZigbeeApp/Shared/Common/SendDataToServer.cs
@@ -576,7 +576,29 @@
            /// 请填入设备的类型,只能为【iphone】和【android】
            /// </summary>
            public string DeviceType;
            /// <summary>
            /// 3:Evoyo Home
            /// </summary>
            public int Software = 3;
        }
        #endregion
        #region  定时上传实时GPS信息
        /// <summary>
        /// 定时上传实时GPS信息
        /// </summary>
        public class ReceiveAppLatAndLonObj
        {
            /// <summary>
            /// 经度
            /// </summary>
            public string Latitude;
            /// <summary>
            /// 纬度
            /// </summary>
            public string Longitude;
        }
        #endregion
    }
}