Copy settings between profiles/platforms
nuvio_copy_settingsCopy settings from one profile or platform to another, replacing the target's configuration. A snapshot is taken before the write for easy revert.
Instructions
Replace the target's settings blob with a copy of the source's. Works across profiles and platforms (e.g. tv -> mobile). The previous state is snapshotted before the write; revert with nuvio_undo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_platform | No | Platform namespace: tv | mobile | desktop | web | tv |
| from_platform | No | Platform namespace: tv | mobile | desktop | web | tv |
| to_profile_id | No | ||
| from_profile_id | No |