Skip to content

Commit

Permalink
Merge 8ecb3df into 9882cb1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsetton committed Nov 18, 2021
2 parents 9882cb1 + 8ecb3df commit d1f2467
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
// Camera Attributes
CameraStream: {
itemTypes: ['String'],
parameters: () => [p.proxyBaseUrl(), p.resolution(), p.basicAuth('username'), p.basicAuth('password')]
parameters: () => [p.proxyBaseUrl(), p.resolution()]
},

// Cover Attributes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ export default {
placeholder: placeholder.replace(/,/g, '\n'),
multiple: true
}),
basicAuth: (setting) => ({
name: setting,
label: `Basic Authentication ${titleCase(setting)}`,
type: 'TEXT'
}),
capabilityNames: (defaultValue, placeholder) => ({
name: 'capabilityNames',
label: 'Capability Names',
Expand Down

0 comments on commit d1f2467

Please sign in to comment.