| | |
| | | /// 读取最近一个月的数据 |
| | | /// </summary> |
| | | public const string Api_Post_SensorLastMonthHistoricalData = "/home-wisdom/app/statistics/device/monthDiff"; |
| | | /// <summary> |
| | | /// 设备扩展配置 |
| | | /// </summary> |
| | | public const string Api_Post_DeviceExtSet = "/home-wisdom/app/device/deviceExtSet"; |
| | | /// <summary> |
| | | /// 获取设备消息规则配置 |
| | | /// </summary> |
| | | public const string Api_Post_GetDeviceMessageRulesSet = "/home-wisdom/app/device/getDeviceMessageRulesSet"; |
| | | /// <summary> |
| | | /// 设备消息规则配置 |
| | | /// </summary> |
| | | public const string Api_Post_DeviceMessageRulesSet = "/home-wisdom/app/device/deviceMessageRulesSet"; |
| | | #endregion |
| | | |
| | | #region Kaede -- 场景接口____________________________ |