| | |
| | | /// 获取品牌列表 |
| | | /// </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> |
| | |
| | | public const string Api_Post_PlayerList = "/home-wisdom/app/wise/music/playerList"; |
| | | #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"; |
| | | #endregion |
| | | |
| | | } |
| | | |
| | | ///// <summary> |