Skip to content

Commit

Permalink
fix(store-types): Update BIPCamera definition with correct `Capabil…
Browse files Browse the repository at this point in the history
…ity` and remove unsupported operations.

Signed-off-by: sbailey <[email protected]>
  • Loading branch information
spbsoluble committed Jul 9, 2024
1 parent 2bece38 commit ca778b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions store_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -951,14 +951,14 @@
{
"Name": "Bosch IP Camera",
"ShortName": "BIPCamera",
"Capability": "BIPCamera",
"Capability": "BoschIpCamera",
"LocalStore": false,
"SupportedOperations": {
"Add": true,
"Add": false,
"Create": false,
"Discovery": false,
"Enrollment": true,
"Remove": true
"Remove": false
},
"Properties": [
{
Expand Down

0 comments on commit ca778b6

Please sign in to comment.