Skip to content

Commit d82f0e1

Browse files
Update to latest encoding.
1 parent 3e2a1f8 commit d82f0e1

File tree

205 files changed

+993
-692
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+993
-692
lines changed

.openapi-generator/FILES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ docs/MonitoredItemModifyResult.md
112112
docs/MonitoredItemNotification.md
113113
docs/MonitoringMode.md
114114
docs/MonitoringParameters.md
115+
docs/NetworkAddressDataType.md
115116
docs/NodeClass.md
116117
docs/NotificationMessage.md
117118
docs/PerformUpdateType.md
@@ -158,6 +159,7 @@ docs/SimpleAttributeOperand.md
158159
docs/SimpleTypeDescription.md
159160
docs/StandaloneSubscribedDataSetDataType.md
160161
docs/StatusChangeNotification.md
162+
docs/StatusCode.md
161163
docs/StructureDefinition.md
162164
docs/StructureDescription.md
163165
docs/StructureField.md
@@ -302,6 +304,7 @@ opcua_webapi/models/monitored_item_modify_result.py
302304
opcua_webapi/models/monitored_item_notification.py
303305
opcua_webapi/models/monitoring_mode.py
304306
opcua_webapi/models/monitoring_parameters.py
307+
opcua_webapi/models/network_address_data_type.py
305308
opcua_webapi/models/node_class.py
306309
opcua_webapi/models/notification_message.py
307310
opcua_webapi/models/perform_update_type.py
@@ -348,6 +351,7 @@ opcua_webapi/models/simple_attribute_operand.py
348351
opcua_webapi/models/simple_type_description.py
349352
opcua_webapi/models/standalone_subscribed_data_set_data_type.py
350353
opcua_webapi/models/status_change_notification.py
354+
opcua_webapi/models/status_code.py
351355
opcua_webapi/models/structure_definition.py
352356
opcua_webapi/models/structure_description.py
353357
opcua_webapi/models/structure_field.py

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ Class | Method | HTTP request | Description
224224
- [MonitoredItemNotification](docs/MonitoredItemNotification.md)
225225
- [MonitoringMode](docs/MonitoringMode.md)
226226
- [MonitoringParameters](docs/MonitoringParameters.md)
227+
- [NetworkAddressDataType](docs/NetworkAddressDataType.md)
227228
- [NodeClass](docs/NodeClass.md)
228229
- [NotificationMessage](docs/NotificationMessage.md)
229230
- [PerformUpdateType](docs/PerformUpdateType.md)
@@ -270,6 +271,7 @@ Class | Method | HTTP request | Description
270271
- [SimpleTypeDescription](docs/SimpleTypeDescription.md)
271272
- [StandaloneSubscribedDataSetDataType](docs/StandaloneSubscribedDataSetDataType.md)
272273
- [StatusChangeNotification](docs/StatusChangeNotification.md)
274+
- [StatusCode](docs/StatusCode.md)
273275
- [StructureDefinition](docs/StructureDefinition.md)
274276
- [StructureDescription](docs/StructureDescription.md)
275277
- [StructureField](docs/StructureField.md)

docs/ActivateSessionResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**response_header** | [**ResponseHeader**](ResponseHeader.md) | | [optional]
99
**server_nonce** | **bytearray** | | [optional]
10-
**results** | **List[int]** | | [optional]
10+
**results** | [**List[StatusCode]**](StatusCode.md) | | [optional]
1111
**diagnostic_infos** | [**List[DiagnosticInfo]**](DiagnosticInfo.md) | | [optional]
1212

1313
## Example

docs/AggregateConfiguration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**use_server_capabilities_defaults** | **bool** | | [optional]
9-
**treat_uncertain_as_bad** | **bool** | | [optional]
10-
**percent_data_bad** | **int** | | [optional]
11-
**percent_data_good** | **int** | | [optional]
12-
**use_sloped_extrapolation** | **bool** | | [optional]
8+
**use_server_capabilities_defaults** | **bool** | | [optional] [default to False]
9+
**treat_uncertain_as_bad** | **bool** | | [optional] [default to False]
10+
**percent_data_bad** | **int** | | [optional] [default to 0]
11+
**percent_data_good** | **int** | | [optional] [default to 0]
12+
**use_sloped_extrapolation** | **bool** | | [optional] [default to False]
1313

1414
## Example
1515

docs/AggregateFilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**start_time** | **datetime** | | [optional]
99
**aggregate_type** | **str** | | [optional]
10-
**processing_interval** | **float** | | [optional]
10+
**processing_interval** | **float** | | [optional] [default to 0]
1111
**aggregate_configuration** | [**AggregateConfiguration**](AggregateConfiguration.md) | | [optional]
1212

1313
## Example

docs/AggregateFilterResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**revised_start_time** | **datetime** | | [optional]
9-
**revised_processing_interval** | **float** | | [optional]
9+
**revised_processing_interval** | **float** | | [optional] [default to 0]
1010
**revised_aggregate_configuration** | [**AggregateConfiguration**](AggregateConfiguration.md) | | [optional]
1111

1212
## Example

docs/Argument.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**name** | **str** | | [optional]
99
**data_type** | **str** | | [optional]
10-
**value_rank** | **int** | | [optional]
10+
**value_rank** | **int** | | [optional] [default to 0]
1111
**array_dimensions** | **List[int]** | | [optional]
1212
**description** | [**LocalizedText**](LocalizedText.md) | | [optional]
1313

docs/AttributeOperand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**node_id** | **str** | | [optional]
99
**alias** | **str** | | [optional]
1010
**browse_path** | [**RelativePath**](RelativePath.md) | | [optional]
11-
**attribute_id** | **int** | | [optional]
11+
**attribute_id** | **int** | | [optional] [default to 0]
1212
**index_range** | **str** | | [optional]
1313

1414
## Example

docs/BrokerDataSetWriterTransportDataType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010
**authentication_profile_uri** | **str** | | [optional]
1111
**requested_delivery_guarantee** | **int** | | [optional]
1212
**meta_data_queue_name** | **str** | | [optional]
13-
**meta_data_update_time** | **float** | | [optional]
13+
**meta_data_update_time** | **float** | | [optional] [default to 0]
1414

1515
## Example
1616

docs/BrowseDescription.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Name | Type | Description | Notes
88
**node_id** | **str** | | [optional]
99
**browse_direction** | **int** | | [optional]
1010
**reference_type_id** | **str** | | [optional]
11-
**include_subtypes** | **bool** | | [optional]
12-
**node_class_mask** | **int** | | [optional]
13-
**result_mask** | **int** | | [optional]
11+
**include_subtypes** | **bool** | | [optional] [default to False]
12+
**node_class_mask** | **int** | | [optional] [default to 0]
13+
**result_mask** | **int** | | [optional] [default to 0]
1414

1515
## Example
1616

0 commit comments

Comments
 (0)