update_config
Replace the entire Homebridge configuration file with a new config object. Read the current config first, modify it, then submit the complete object.
Instructions
Update the Homebridge config.json file. You must provide the FULL config object — it replaces the entire file. Use get_config first to read the current config, then modify and pass back the complete object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes | The complete config.json object to write |