Skip to content

Commit 3feae83

Browse files
Update for new encoding.
1 parent 7b0f41b commit 3feae83

File tree

86 files changed

+4175
-79
lines changed

Some content is hidden

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

86 files changed

+4175
-79
lines changed

.openapi-generator/FILES

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
.gitlab-ci.yml
44
.travis.yml
55
README.md
6+
docs/ActionMethodDataType.md
7+
docs/ActionState.md
8+
docs/ActionTargetDataType.md
69
docs/ActivateSessionRequest.md
710
docs/ActivateSessionResponse.md
811
docs/AggregateConfiguration.md
@@ -49,6 +52,8 @@ docs/CreateSubscriptionResponse.md
4952
docs/DataChangeFilter.md
5053
docs/DataChangeNotification.md
5154
docs/DataChangeTrigger.md
55+
docs/DataSetFieldContentMaskBits.md
56+
docs/DataSetFieldFlagsBits.md
5257
docs/DataSetMetaDataType.md
5358
docs/DataSetReaderDataType.md
5459
docs/DataSetWriterDataType.md
@@ -93,12 +98,27 @@ docs/HistoryUpdateResponse.md
9398
docs/HistoryUpdateResult.md
9499
docs/HistoryUpdateType.md
95100
docs/IssuedIdentityToken.md
101+
docs/JsonActionMetaDataMessage.md
102+
docs/JsonActionNetworkMessage.md
103+
docs/JsonActionRequestMessage.md
104+
docs/JsonActionResponderMessage.md
105+
docs/JsonActionResponseMessage.md
106+
docs/JsonApplicationDescriptionMessage.md
107+
docs/JsonDataSetMessage.md
108+
docs/JsonDataSetMessageContentMaskBits.md
109+
docs/JsonDataSetMetaDataMessage.md
96110
docs/JsonDataSetReaderMessageDataType.md
97111
docs/JsonDataSetWriterMessageDataType.md
112+
docs/JsonNetworkMessage.md
113+
docs/JsonNetworkMessageContentMaskBits.md
114+
docs/JsonPubSubConnectionMessage.md
115+
docs/JsonServerEndpointsMessage.md
116+
docs/JsonStatusMessage.md
98117
docs/JsonWriterGroupMessageDataType.md
99118
docs/KeyValuePair.md
100119
docs/LiteralOperand.md
101120
docs/LocalizedText.md
121+
docs/Matrix.md
102122
docs/MessageSecurityMode.md
103123
docs/ModificationInfo.md
104124
docs/ModifyMonitoredItemsRequest.md
@@ -116,6 +136,7 @@ docs/NetworkAddressDataType.md
116136
docs/NodeClass.md
117137
docs/NotificationMessage.md
118138
docs/PerformUpdateType.md
139+
docs/PermissionTypeBits.md
119140
docs/PubSubConfiguration2DataType.md
120141
docs/PubSubConfigurationDataType.md
121142
docs/PubSubConnectionDataType.md
@@ -196,6 +217,9 @@ opcua_webapi/api_response.py
196217
opcua_webapi/configuration.py
197218
opcua_webapi/exceptions.py
198219
opcua_webapi/models/__init__.py
220+
opcua_webapi/models/action_method_data_type.py
221+
opcua_webapi/models/action_state.py
222+
opcua_webapi/models/action_target_data_type.py
199223
opcua_webapi/models/activate_session_request.py
200224
opcua_webapi/models/activate_session_response.py
201225
opcua_webapi/models/aggregate_configuration.py
@@ -242,6 +266,8 @@ opcua_webapi/models/create_subscription_response.py
242266
opcua_webapi/models/data_change_filter.py
243267
opcua_webapi/models/data_change_notification.py
244268
opcua_webapi/models/data_change_trigger.py
269+
opcua_webapi/models/data_set_field_content_mask_bits.py
270+
opcua_webapi/models/data_set_field_flags_bits.py
245271
opcua_webapi/models/data_set_meta_data_type.py
246272
opcua_webapi/models/data_set_reader_data_type.py
247273
opcua_webapi/models/data_set_writer_data_type.py
@@ -285,12 +311,27 @@ opcua_webapi/models/history_update_response.py
285311
opcua_webapi/models/history_update_result.py
286312
opcua_webapi/models/history_update_type.py
287313
opcua_webapi/models/issued_identity_token.py
314+
opcua_webapi/models/json_action_meta_data_message.py
315+
opcua_webapi/models/json_action_network_message.py
316+
opcua_webapi/models/json_action_request_message.py
317+
opcua_webapi/models/json_action_responder_message.py
318+
opcua_webapi/models/json_action_response_message.py
319+
opcua_webapi/models/json_application_description_message.py
320+
opcua_webapi/models/json_data_set_message.py
321+
opcua_webapi/models/json_data_set_message_content_mask_bits.py
322+
opcua_webapi/models/json_data_set_meta_data_message.py
288323
opcua_webapi/models/json_data_set_reader_message_data_type.py
289324
opcua_webapi/models/json_data_set_writer_message_data_type.py
325+
opcua_webapi/models/json_network_message.py
326+
opcua_webapi/models/json_network_message_content_mask_bits.py
327+
opcua_webapi/models/json_pub_sub_connection_message.py
328+
opcua_webapi/models/json_server_endpoints_message.py
329+
opcua_webapi/models/json_status_message.py
290330
opcua_webapi/models/json_writer_group_message_data_type.py
291331
opcua_webapi/models/key_value_pair.py
292332
opcua_webapi/models/literal_operand.py
293333
opcua_webapi/models/localized_text.py
334+
opcua_webapi/models/matrix.py
294335
opcua_webapi/models/message_security_mode.py
295336
opcua_webapi/models/modification_info.py
296337
opcua_webapi/models/modify_monitored_items_request.py
@@ -308,6 +349,7 @@ opcua_webapi/models/network_address_data_type.py
308349
opcua_webapi/models/node_class.py
309350
opcua_webapi/models/notification_message.py
310351
opcua_webapi/models/perform_update_type.py
352+
opcua_webapi/models/permission_type_bits.py
311353
opcua_webapi/models/pub_sub_configuration2_data_type.py
312354
opcua_webapi/models/pub_sub_configuration_data_type.py
313355
opcua_webapi/models/pub_sub_connection_data_type.py
@@ -387,4 +429,5 @@ setup.cfg
387429
setup.py
388430
test-requirements.txt
389431
test/__init__.py
432+
test/test_matrix.py
390433
tox.ini

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ Class | Method | HTTP request | Description
116116

117117
## Documentation For Models
118118

119+
- [ActionMethodDataType](docs/ActionMethodDataType.md)
120+
- [ActionState](docs/ActionState.md)
121+
- [ActionTargetDataType](docs/ActionTargetDataType.md)
119122
- [ActivateSessionRequest](docs/ActivateSessionRequest.md)
120123
- [ActivateSessionResponse](docs/ActivateSessionResponse.md)
121124
- [AggregateConfiguration](docs/AggregateConfiguration.md)
@@ -162,6 +165,8 @@ Class | Method | HTTP request | Description
162165
- [DataChangeFilter](docs/DataChangeFilter.md)
163166
- [DataChangeNotification](docs/DataChangeNotification.md)
164167
- [DataChangeTrigger](docs/DataChangeTrigger.md)
168+
- [DataSetFieldContentMaskBits](docs/DataSetFieldContentMaskBits.md)
169+
- [DataSetFieldFlagsBits](docs/DataSetFieldFlagsBits.md)
165170
- [DataSetMetaDataType](docs/DataSetMetaDataType.md)
166171
- [DataSetReaderDataType](docs/DataSetReaderDataType.md)
167172
- [DataSetWriterDataType](docs/DataSetWriterDataType.md)
@@ -205,12 +210,27 @@ Class | Method | HTTP request | Description
205210
- [HistoryUpdateResult](docs/HistoryUpdateResult.md)
206211
- [HistoryUpdateType](docs/HistoryUpdateType.md)
207212
- [IssuedIdentityToken](docs/IssuedIdentityToken.md)
213+
- [JsonActionMetaDataMessage](docs/JsonActionMetaDataMessage.md)
214+
- [JsonActionNetworkMessage](docs/JsonActionNetworkMessage.md)
215+
- [JsonActionRequestMessage](docs/JsonActionRequestMessage.md)
216+
- [JsonActionResponderMessage](docs/JsonActionResponderMessage.md)
217+
- [JsonActionResponseMessage](docs/JsonActionResponseMessage.md)
218+
- [JsonApplicationDescriptionMessage](docs/JsonApplicationDescriptionMessage.md)
219+
- [JsonDataSetMessage](docs/JsonDataSetMessage.md)
220+
- [JsonDataSetMessageContentMaskBits](docs/JsonDataSetMessageContentMaskBits.md)
221+
- [JsonDataSetMetaDataMessage](docs/JsonDataSetMetaDataMessage.md)
208222
- [JsonDataSetReaderMessageDataType](docs/JsonDataSetReaderMessageDataType.md)
209223
- [JsonDataSetWriterMessageDataType](docs/JsonDataSetWriterMessageDataType.md)
224+
- [JsonNetworkMessage](docs/JsonNetworkMessage.md)
225+
- [JsonNetworkMessageContentMaskBits](docs/JsonNetworkMessageContentMaskBits.md)
226+
- [JsonPubSubConnectionMessage](docs/JsonPubSubConnectionMessage.md)
227+
- [JsonServerEndpointsMessage](docs/JsonServerEndpointsMessage.md)
228+
- [JsonStatusMessage](docs/JsonStatusMessage.md)
210229
- [JsonWriterGroupMessageDataType](docs/JsonWriterGroupMessageDataType.md)
211230
- [KeyValuePair](docs/KeyValuePair.md)
212231
- [LiteralOperand](docs/LiteralOperand.md)
213232
- [LocalizedText](docs/LocalizedText.md)
233+
- [Matrix](docs/Matrix.md)
214234
- [MessageSecurityMode](docs/MessageSecurityMode.md)
215235
- [ModificationInfo](docs/ModificationInfo.md)
216236
- [ModifyMonitoredItemsRequest](docs/ModifyMonitoredItemsRequest.md)
@@ -228,6 +248,7 @@ Class | Method | HTTP request | Description
228248
- [NodeClass](docs/NodeClass.md)
229249
- [NotificationMessage](docs/NotificationMessage.md)
230250
- [PerformUpdateType](docs/PerformUpdateType.md)
251+
- [PermissionTypeBits](docs/PermissionTypeBits.md)
231252
- [PubSubConfiguration2DataType](docs/PubSubConfiguration2DataType.md)
232253
- [PubSubConfigurationDataType](docs/PubSubConfigurationDataType.md)
233254
- [PubSubConnectionDataType](docs/PubSubConnectionDataType.md)

docs/ActionMethodDataType.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# ActionMethodDataType
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**object_id** | **str** | | [optional]
9+
**method_id** | **str** | | [optional]
10+
11+
## Example
12+
13+
```python
14+
from opcua_webapi.models.action_method_data_type import ActionMethodDataType
15+
16+
# TODO update the JSON string below
17+
json = "{}"
18+
# create an instance of ActionMethodDataType from a JSON string
19+
action_method_data_type_instance = ActionMethodDataType.from_json(json)
20+
# print the JSON string representation of the object
21+
print(ActionMethodDataType.to_json())
22+
23+
# convert the object into a dict
24+
action_method_data_type_dict = action_method_data_type_instance.to_dict()
25+
# create an instance of ActionMethodDataType from a dict
26+
action_method_data_type_from_dict = ActionMethodDataType.from_dict(action_method_data_type_dict)
27+
```
28+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29+
30+

docs/ActionState.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ActionState
2+
3+
4+
## Enum
5+
6+
* `Idle` (value: `0`)
7+
8+
* `Executing` (value: `1`)
9+
10+
* `Done` (value: `2`)
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+
14+

docs/ActionTargetDataType.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# ActionTargetDataType
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**action_target_id** | **int** | | [optional] [default to 0]
9+
**name** | **str** | | [optional]
10+
**description** | [**LocalizedText**](LocalizedText.md) | | [optional]
11+
12+
## Example
13+
14+
```python
15+
from opcua_webapi.models.action_target_data_type import ActionTargetDataType
16+
17+
# TODO update the JSON string below
18+
json = "{}"
19+
# create an instance of ActionTargetDataType from a JSON string
20+
action_target_data_type_instance = ActionTargetDataType.from_json(json)
21+
# print the JSON string representation of the object
22+
print(ActionTargetDataType.to_json())
23+
24+
# convert the object into a dict
25+
action_target_data_type_dict = action_target_data_type_instance.to_dict()
26+
# create an instance of ActionTargetDataType from a dict
27+
action_target_data_type_from_dict = ActionTargetDataType.from_dict(action_target_data_type_dict)
28+
```
29+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
30+
31+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# DataSetFieldContentMaskBits
2+
3+
4+
## Enum
5+
6+
* `StatusCode` (value: `1`)
7+
8+
* `SourceTimestamp` (value: `2`)
9+
10+
* `ServerTimestamp` (value: `4`)
11+
12+
* `SourcePicoSeconds` (value: `8`)
13+
14+
* `ServerPicoSeconds` (value: `16`)
15+
16+
* `RawData` (value: `32`)
17+
18+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
19+
20+

docs/DataSetFieldFlagsBits.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# DataSetFieldFlagsBits
2+
3+
4+
## Enum
5+
6+
* `PromotedField` (value: `1`)
7+
8+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
9+
10+

docs/DataSetReaderDataType.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Name | Type | Description | Notes
1919
**security_group_id** | **str** | | [optional]
2020
**security_key_services** | [**List[EndpointDescription]**](EndpointDescription.md) | | [optional]
2121
**data_set_reader_properties** | [**List[KeyValuePair]**](KeyValuePair.md) | | [optional]
22-
**transport_settings** | [**ExtensionObject**](ExtensionObject.md) | | [optional]
23-
**message_settings** | [**ExtensionObject**](ExtensionObject.md) | | [optional]
24-
**subscribed_data_set** | [**ExtensionObject**](ExtensionObject.md) | | [optional]
22+
**transport_settings** | **object** | | [optional]
23+
**message_settings** | **object** | | [optional]
24+
**subscribed_data_set** | **object** | | [optional]
2525

2626
## Example
2727

docs/DataSetWriterDataType.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Name | Type | Description | Notes
1212
**key_frame_count** | **int** | | [optional] [default to 0]
1313
**data_set_name** | **str** | | [optional]
1414
**data_set_writer_properties** | [**List[KeyValuePair]**](KeyValuePair.md) | | [optional]
15-
**transport_settings** | [**ExtensionObject**](ExtensionObject.md) | | [optional]
16-
**message_settings** | [**ExtensionObject**](ExtensionObject.md) | | [optional]
15+
**transport_settings** | **object** | | [optional]
16+
**message_settings** | **object** | | [optional]
1717

1818
## Example
1919

docs/DataValue.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**ua_type** | **int** | | [optional] [default to 0]
99
**value** | **object** | | [optional]
10-
**dimensions** | **List[int]** | | [optional]
1110
**status_code** | [**StatusCode**](StatusCode.md) | | [optional]
1211
**source_timestamp** | **datetime** | | [optional]
1312
**source_picoseconds** | **int** | | [optional]

0 commit comments

Comments
 (0)