Skip to content

Commit

Permalink
fix(manifest): Fix integrations-manifest store-type definition capa…
Browse files Browse the repository at this point in the history
…bility and remove unsupported operations.
  • Loading branch information
spbsoluble committed Jul 9, 2024
1 parent 30c1859 commit 68902eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,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 68902eb

Please sign in to comment.