update_media_grabbers_devices_by_device_id_channelmap
Set channel mapping for Plex media grabber devices by updating device channel assignments to lineup VCNs or keys, and specify enabled channels.
Instructions
Set a device's channel mapping.
PUT /media/grabbers/devices/{deviceId}/channelmap
Args: device_id: The ID of the device. channel_mapping: The mapping of changes, passed as a map of device channel to lineup VCN. channel_mapping_by_key: The mapping of changes, passed as a map of device channel to lineup key. channels_enabled: The channels which are enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | ||
| channel_mapping | No | ||
| channels_enabled | No | ||
| channel_mapping_by_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |