You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SystemServices/System.json
+1-56Lines changed: 1 addition & 56 deletions
Original file line number
Diff line number
Diff line change
@@ -374,21 +374,6 @@
374
374
],
375
375
"type": "string",
376
376
"example": "NORMAL"
377
-
},
378
-
"blocklist": {
379
-
"summary": "the blocklist flag value",
380
-
"type": "boolean",
381
-
"example": true
382
-
},
383
-
"oldblocklist": {
384
-
"summary": "the old blocklist flag value",
385
-
"type": "boolean",
386
-
"example": true
387
-
},
388
-
"newblocklist": {
389
-
"summary": "the new blocklist flag value",
390
-
"type": "boolean",
391
-
"example": true
392
377
}
393
378
},
394
379
"methods": {
@@ -2029,46 +2014,6 @@
2029
2014
"example": "DO_NOT_SHARE"
2030
2015
}
2031
2016
},
2032
-
"getBlocklistFlag":{
2033
-
"summary": "get the blocklist flag on device for device state. Valid flags are: \n* `true` - The device is in blocked state. \n* `false` - The device is in un-blocked state.",
2034
-
"result": {
2035
-
"type": "object",
2036
-
"properties": {
2037
-
"blocklist": {
2038
-
"summary": "blocklist flag",
2039
-
"type": "boolean",
2040
-
"example": true
2041
-
},
2042
-
"success":{
2043
-
"$ref": "#/common/success"
2044
-
}
2045
-
},
2046
-
"required": [
2047
-
"blocklist",
2048
-
"success"
2049
-
]
2050
-
}
2051
-
},
2052
-
"setBlocklistFlag":{
2053
-
"summary": "Sets the blocklist flag on device for device state. Valid flags are: \n* `true` - The device is in blocked state. \n* `false` - The device is in un-blocked state.",
2054
-
"events": {
2055
-
"onBlocklistChanged" : "Triggers when the blocklist flag is modified"
0 commit comments