| | |
| | | public const string API_POST_Member_UnbindWithAccount = "/smart-footstone/member/memberInfo/unbindWithAccount"; |
| | | #endregion |
| | | |
| | | #region 访客 |
| | | /// <summary> |
| | | /// 生成临时密码 |
| | | /// </summary> |
| | | public const string API_POST_ADD_TEMP_PASSWORD = "/community-wisdom/app/visitor/freeview/add"; |
| | | /// <summary> |
| | | /// 删除临时密码 |
| | | /// </summary> |
| | | public const string API_POST_DEL_TEMP_PASSWORD = "/community-wisdom/app/visitor/freeview/delete"; |
| | | /// <summary> |
| | | /// 获取临时密码 |
| | | /// </summary> |
| | | public const string API_POST_GET_TEMP_PASSWORD_LIST = "/community-wisdom/app/visitor/freeview/page"; |
| | | #endregion |
| | | |
| | | /// <summary> |
| | | /// 查询功能介绍列表 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | public const string API_POST_UploadImage = "/home-wisdom/app/images/upload_image"; |
| | | /// <summary> |
| | | /// 获取场景默认图库列表 |
| | | /// </summary> |
| | | public const string Api_Post_GetSceneDefaultIconList = "/iot-cloud/mgmt/scene/default/icon/list"; |
| | | /// <summary> |
| | | /// 查询图片路径 |
| | | /// </summary> |
| | | public const string API_POST_GetImageUrl = "/home-wisdom/app/images/get_image_url"; |
| | |
| | | /// 读取最近一个月的数据 |
| | | /// </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 -- 场景接口____________________________ |
| | |
| | | /// 获取品牌列表 |
| | | /// </summary> |
| | | public const string Api_Post_GetBrandList = "/home-wisdom/app/product/brand/list"; |
| | | /// <summary> |
| | | /// 获取品牌列表_iot 平台 |
| | | /// </summary> |
| | | public const string Api_Post_GetBrandList_Iot = "/smart-open/platform/auth/brand/list"; |
| | | /// <summary> |
| | | /// 发现第三方iot平台设备 |
| | | /// </summary> |
| | | public const string Api_Post_Search3tyIotDevice = "/home-wisdom/app/open/discoveryDevice"; |
| | | /// <summary> |
| | | /// 获取第三方iot平台设备功能列表 |
| | | /// </summary> |
| | | public const string Api_Post_Get3tyIotFunction = "/home-wisdom/app/open/extDeviceList"; |
| | | /// <summary> |
| | | /// 配置第三方iot平台设备功能到住宅 |
| | | /// </summary> |
| | | public const string Api_Post_Setting3tyIotFunctionToHouse = "/home-wisdom/app/open/assignDeviceToHouse"; |
| | | /// <summary> |
| | | /// 解绑第三方iot平台账号 |
| | | /// </summary> |
| | | public const string Api_Post_Unbound3tyIotAccount = "/smart-open/open-platform/tripartite/userUnbind"; |
| | | |
| | | #region ■ -- 红外宝接口___________________________ |
| | | /// <summary> |
| | |
| | | /// 徘徊报警 |
| | | /// </summary> |
| | | public const string API_POST_ALARM_RECORDS = "/home-wisdom/app/device/alarmRecords/listByPage"; |
| | | |
| | | |
| | | |
| | | #endregion |
| | | |
| | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | #region ■ -- 光伏储能接口_______________________________ |
| | | /// <summary> |
| | | /// 获取住宅下逆变器列表 |
| | | /// "appKey": "HDL-IOT-PLATFORM-TEST", |
| | | /// "sign": "6d43303499eda78ba729eba9e8afe1e5", |
| | | /// "timestamp": 1661764403, |
| | | /// "homeId":0 |
| | | /// </summary> |
| | | public const string Api_Post_GetInverter_List = "/home-wisdom/app/device/inverter/list"; |
| | | /// <summary> |
| | | /// 获取住宅下光伏统计的数据 |
| | | /// </summary> |
| | | public const string Api_Post_GetInverter_StatisticsInfo = "/home-wisdom/app/device/inverter/allInfo"; |
| | | #endregion |
| | | |
| | | } |
| | | |
| | | ///// <summary> |