GET
Get the settings for the Miracast functionality.
| Responses | |
| 200 | GET successful. |
| Response (application/json): object | ||
| Member | Type | Description |
enabled | boolean | Status of Miracast. |
Get the settings for the Miracast functionality.
| Responses | |
| 200 | GET successful. |
| Response (application/json): object | ||
| Member | Type | Description |
enabled | boolean | Status of Miracast. |
Change the Miracast settings.
| Request body (application/json): object | ||
| Member | Type | Description |
enabled | boolean | Status of Miracast. |
| Responses | |
| 200 | PATCH successful. |