diff --git a/docs/index.html b/docs/index.html index 411e3398..29693577 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1226,6 +1226,10 @@ "lastRecordedContact" : { "type" : "integer", "format" : "int64" + }, + "blackListed" : { + "type" : "boolean", + "readOnly" : true } }, "description" : "Definition of uCentral device" @@ -1712,6 +1716,10 @@ }, "connectReason" : { "type" : "string" + }, + "blackListed" : { + "type" : "boolean", + "readOnly" : true } }, "description" : "Definition of uCentral device" @@ -22197,6 +22205,7 @@

Usage and SDK Samples

"createdTimestamp" : 1, "simulated" : true, "lastRecordedContact" : 9, + "blackListed" : true, "macAddress" : "macAddress", "certificateExpiryDate" : 7, "pendingConfigurationCmd" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91", @@ -25328,6 +25337,7 @@

Usage and SDK Samples

"createdTimestamp" : 1, "simulated" : true, "lastRecordedContact" : 9, + "blackListed" : true, "macAddress" : "macAddress", "certificateExpiryDate" : 7, "pendingConfigurationCmd" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",