Skip to content

Commit

Permalink
Update OpenAPI docs for GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tip-automation committed Jan 4, 2024
1 parent 80a346e commit 94e40fa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,10 @@
"lastRecordedContact" : {
"type" : "integer",
"format" : "int64"
},
"blackListed" : {
"type" : "boolean",
"readOnly" : true
}
},
"description" : "Definition of uCentral device"
Expand Down Expand Up @@ -1712,6 +1716,10 @@
},
"connectReason" : {
"type" : "string"
},
"blackListed" : {
"type" : "boolean",
"readOnly" : true
}
},
"description" : "Definition of uCentral device"
Expand Down Expand Up @@ -22197,6 +22205,7 @@ <h3>Usage and SDK Samples</h3>
&quot;createdTimestamp&quot; : 1,
&quot;simulated&quot; : true,
&quot;lastRecordedContact&quot; : 9,
&quot;blackListed&quot; : true,
&quot;macAddress&quot; : &quot;macAddress&quot;,
&quot;certificateExpiryDate&quot; : 7,
&quot;pendingConfigurationCmd&quot; : &quot;046b6c7f-0b8a-43b9-b35d-6489e6daee91&quot;,
Expand Down Expand Up @@ -25328,6 +25337,7 @@ <h3>Usage and SDK Samples</h3>
&quot;createdTimestamp&quot; : 1,
&quot;simulated&quot; : true,
&quot;lastRecordedContact&quot; : 9,
&quot;blackListed&quot; : true,
&quot;macAddress&quot; : &quot;macAddress&quot;,
&quot;certificateExpiryDate&quot; : 7,
&quot;pendingConfigurationCmd&quot; : &quot;046b6c7f-0b8a-43b9-b35d-6489e6daee91&quot;,
Expand Down

0 comments on commit 94e40fa

Please sign in to comment.