Fix wrong type and description of ingress_panel (#1548)

This commit is contained in:
Daniel 2022-11-24 18:33:07 +00:00 committed by GitHub
parent 086a5ab447
commit caf800df22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,7 +261,7 @@ To reset customized network/audio/options, set it `null`.
| options | dictionary | The add-on configuration | | options | dictionary | The add-on configuration |
| audio_output | float or null | The index of the audio output device | | audio_output | float or null | The index of the audio output device |
| audio_input | float or null | The index of the audio input device | | audio_input | float or null | The index of the audio input device |
| ingress_panel | string | The path for the ingress panel | | ingress_panel | boolean | `true` if ingress_panel is enabled |
| watchdog | boolean | `true` if watchdog is enabled | | watchdog | boolean | `true` if watchdog is enabled |
**You need to supply at least one key in the payload.** **You need to supply at least one key in the payload.**