Update naming to UI

This commit is contained in:
Nick Mowen 2022-03-12 07:37:13 -07:00
parent d501ef84df
commit fb43cf2620
2 changed files with 3 additions and 3 deletions

View File

@ -433,7 +433,7 @@ cameras:
required_zones: []
# Optional: Configuration for how camera is handled in the GUI.
gui:
ui:
# Optional: Adjust sort order of cameras in the GUI. Larger numbers come later (default: shown below)
# By default the cameras are sorted alphabetically.
order: 0

View File

@ -20,7 +20,7 @@ export const handlers = [
detect: { width: 1280, height: 720 },
snapshots: {},
live: { height: 720 },
gui: { show: true, order: 0 },
ui: { show: true, order: 0 },
},
side: {
name: 'side',
@ -29,7 +29,7 @@ export const handlers = [
detect: { width: 1280, height: 720 },
snapshots: {},
live: { height: 720 },
gui: { show: true, order: 1 },
ui: { show: true, order: 1 },
},
},
})