From 9cc8fd11b13813adbdd3c6c31554e5c0bebf4026 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 21 八月 2020 19:53:49 +0800 Subject: [PATCH] 发布到商店的版本 --- ZigbeeApp/Shared/Common/SendDataToServer.cs | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Common/SendDataToServer.cs b/ZigbeeApp/Shared/Common/SendDataToServer.cs index afce452..e19af91 100755 --- a/ZigbeeApp/Shared/Common/SendDataToServer.cs +++ b/ZigbeeApp/Shared/Common/SendDataToServer.cs @@ -576,7 +576,29 @@ /// 璇峰~鍏ヨ澶囩殑绫诲瀷锛屽彧鑳戒负銆恑phone銆戝拰銆恆ndroid銆� /// </summary> public string DeviceType; + /// <summary> + /// 3锛欵voyo 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 + } } -- Gitblit v1.8.0