Skip to content

Commit ca778b6

Browse files
committed
fix(store-types): Update BIPCamera definition with correct Capability and remove unsupported operations.
Signed-off-by: sbailey <1661003+spbsoluble@users.noreply.github.com>
1 parent 2bece38 commit ca778b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

store_types.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -951,14 +951,14 @@
951951
{
952952
"Name": "Bosch IP Camera",
953953
"ShortName": "BIPCamera",
954-
"Capability": "BIPCamera",
954+
"Capability": "BoschIpCamera",
955955
"LocalStore": false,
956956
"SupportedOperations": {
957-
"Add": true,
957+
"Add": false,
958958
"Create": false,
959959
"Discovery": false,
960960
"Enrollment": true,
961-
"Remove": true
961+
"Remove": false
962962
},
963963
"Properties": [
964964
{

0 commit comments

Comments
 (0)