| | |
| | | public const string API_POST_Device_Sid_Add = "/home-wisdom/program/device/add"; |
| | | #endregion |
| | | |
| | | #region 音箱语言控制相关 |
| | | /// <summary> |
| | | /// 获取已授权的音箱列表 |
| | | /// </summary> |
| | | public const string API_POST_Speaker_List_Get = "/smart-footstone/app/token/list"; |
| | | /// <summary> |
| | | /// 编辑音箱授权备注 |
| | | /// </summary> |
| | | public const string API_POST_Speaker_Remark_Update = "/smart-footstone/app/token/update"; |
| | | /// <summary> |
| | | /// 获取音箱分配的设备和场景列表 |
| | | /// </summary> |
| | | public const string API_POST_Speaker_DeviceList_Get = "/home-wisdom/app/tokenRelation/list"; |
| | | /// <summary> |
| | | /// 更新音箱控制的设备和场景目标 |
| | | /// </summary> |
| | | public const string API_POST_Speaker_DeviceList_Update = "/home-wisdom/app/tokenRelation/save"; |
| | | |
| | | #endregion |
| | | |
| | | #endregion |
| | | } |