update_wifi_qr
Update WiFi network credentials (SSID, password, encryption) on an existing WiFi QR code without regenerating the image. Requires short ID. Optionally update label or hidden status.
Instructions
Update the WiFi credentials of a WiFi QR code. Only works on QR codes created with type='wifi'. Note: updating WiFi data changes the QR image content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| short_id | Yes | The short ID of the WiFi QR code to update. | |
| ssid | No | WiFi network name. | |
| password | No | WiFi password. | |
| encryption | No | Encryption type. | |
| hidden | No | Whether the network is hidden. | |
| label | No | Update the label. |