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 @@