add ptz controls to camera via wizard when onvif has already been probed

This commit is contained in:
Josh Hawkins
2026-06-09 15:27:31 -05:00
parent f3a352ef3f
commit 7b83b936ab
5 changed files with 217 additions and 4 deletions
@@ -268,6 +268,7 @@ export default function Step4Validation({
customUrl: wizardData.customUrl,
streams: wizardData.streams,
hasBackchannel: wizardData.hasBackchannel,
onvif: wizardData.onvif,
};
onSave(configData);