Skip to content

Commit

Permalink
Formatting docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcschier committed Feb 2, 2024
1 parent a30c337 commit 8d50f02
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/opc-publisher/definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ Historic data
|**sourcePicoseconds** <br>*optional*|Additional resolution for the source timestamp.|integer (int32)|
|**sourceTimestamp** <br>*optional*|The source timestamp associated with the value.|string (date-time)|
|**status** <br>*optional*||[ServiceResultModel](definitions.md#serviceresultmodel)|
|**value** <br>*optional*|,<br> The value of data value.|object|
|**value** <br>*optional*|The value of data value.|object|


<a name="historicvaluemodelarrayhistoryreadnextresponsemodel"></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/opc-publisher/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4322,7 +4322,7 @@
"type": "object",
"properties": {
"value": {
"description": ",\r\n The value of data value.",
"description": "The value of data value.",
"type": "object"
},
"dataType": {
Expand Down
2 changes: 1 addition & 1 deletion docs/web-api/definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ Historic data
|**sourcePicoseconds** <br>*optional*|Additional resolution for the source timestamp.|integer (int32)|
|**sourceTimestamp** <br>*optional*|The source timestamp associated with the value.|string (date-time)|
|**status** <br>*optional*||[ServiceResultModel](definitions.md#serviceresultmodel)|
|**value** <br>*optional*|,<br> The value of data value.|object|
|**value** <br>*optional*|The value of data value.|object|


<a name="historicvaluemodelarrayhistoryreadnextresponsemodel"></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/web-api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5802,7 +5802,7 @@
"type": "object",
"properties": {
"value": {
"description": ",\r\n The value of data value.",
"description": "The value of data value.",
"type": "object"
},
"dataType": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Azure.IIoT.OpcUa.Publisher.Models
[DataContract]
public sealed record class HistoricValueModel
{
/// <summary>,
/// <summary>
/// The value of data value.
/// </summary>
[DataMember(Name = "value", Order = 0)]
Expand Down

0 comments on commit 8d50f02

Please sign in to comment.