Skip to content

Commit

Permalink
Release release-20250130170033
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 30, 2025
1 parent 67961f5 commit 09e5b6e
Show file tree
Hide file tree
Showing 42 changed files with 1,680 additions and 479 deletions.
32 changes: 9 additions & 23 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
README.md
docs/ArduinoAction.md
docs/ArduinoActionTemplate.md
docs/ArduinoArduinoconnectionsV1.md
docs/ArduinoCompressedv2.md
docs/ArduinoCredentialsv1.md
docs/ArduinoDashboardowner.md
Expand Down Expand Up @@ -73,6 +74,7 @@ docs/BodyExpression.md
docs/CheckDevicesV2PassPayload.md
docs/Clone.md
docs/CreateAction.md
docs/CreateClaimedDevicesV2Payload.md
docs/CreateDevicesV2CertsPayload.md
docs/CreateDevicesV2Payload.md
docs/CreateLoraDevicesV1Payload.md
Expand Down Expand Up @@ -125,6 +127,7 @@ docs/TriggersV1Api.md
docs/UpdateAction.md
docs/UpdateSketch.md
docs/UserRecipient.md
docs/Usershare.md
docs/Variable.md
docs/Widget.md
docs/Widgetlink.md
Expand Down Expand Up @@ -154,6 +157,7 @@ iot_api_client/exceptions.py
iot_api_client/models/__init__.py
iot_api_client/models/arduino_action.py
iot_api_client/models/arduino_action_template.py
iot_api_client/models/arduino_arduinoconnections_v1.py
iot_api_client/models/arduino_compressedv2.py
iot_api_client/models/arduino_credentialsv1.py
iot_api_client/models/arduino_dashboardowner.py
Expand Down Expand Up @@ -222,6 +226,7 @@ iot_api_client/models/body_expression.py
iot_api_client/models/check_devices_v2_pass_payload.py
iot_api_client/models/clone.py
iot_api_client/models/create_action.py
iot_api_client/models/create_claimed_devices_v2_payload.py
iot_api_client/models/create_devices_v2_certs_payload.py
iot_api_client/models/create_devices_v2_payload.py
iot_api_client/models/create_lora_devices_v1_payload.py
Expand Down Expand Up @@ -258,6 +263,7 @@ iot_api_client/models/trigger.py
iot_api_client/models/update_action.py
iot_api_client/models/update_sketch.py
iot_api_client/models/user_recipient.py
iot_api_client/models/usershare.py
iot_api_client/models/variable.py
iot_api_client/models/widget.py
iot_api_client/models/widgetlink.py
Expand All @@ -269,27 +275,7 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_arduino_action.py
test/test_arduino_action_template.py
test/test_arduino_linked_device.py
test/test_arduino_linked_device_template.py
test/test_arduino_linked_property.py
test/test_arduino_linked_property_template.py
test/test_arduino_trigger.py
test/test_arduino_trigger_template.py
test/test_arduino_trigger_with_linked_entities.py
test/test_body_expression.py
test/test_create_action.py
test/test_device_status_source.py
test/test_device_status_source_with_linked_devices.py
test/test_email_action.py
test/test_email_delivery_opts.py
test/test_push_action.py
test/test_push_delivery_opts.py
test/test_title_expression.py
test/test_trigger.py
test/test_triggers_v1_api.py
test/test_update_action.py
test/test_user_recipient.py
test/test_variable.py
test/test_arduino_arduinoconnections_v1.py
test/test_create_claimed_devices_v2_payload.py
test/test_usershare.py
tox.ini
37 changes: 37 additions & 0 deletions docs/ArduinoArduinoconnectionsV1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# ArduinoArduinoconnectionsV1

ArduinoArduinoconnectionsV1 media type (default view)

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**catm1** | [**List[ArduinoCredentialsv1]**](ArduinoCredentialsv1.md) | ArduinoCredentialsv1Collection is the media type for an array of ArduinoCredentialsv1 (default view) | [optional]
**cellular** | [**List[ArduinoCredentialsv1]**](ArduinoCredentialsv1.md) | ArduinoCredentialsv1Collection is the media type for an array of ArduinoCredentialsv1 (default view) | [optional]
**eth** | [**List[ArduinoCredentialsv1]**](ArduinoCredentialsv1.md) | ArduinoCredentialsv1Collection is the media type for an array of ArduinoCredentialsv1 (default view) | [optional]
**gsm** | [**List[ArduinoCredentialsv1]**](ArduinoCredentialsv1.md) | ArduinoCredentialsv1Collection is the media type for an array of ArduinoCredentialsv1 (default view) | [optional]
**lora** | [**List[ArduinoCredentialsv1]**](ArduinoCredentialsv1.md) | ArduinoCredentialsv1Collection is the media type for an array of ArduinoCredentialsv1 (default view) | [optional]
**nb** | [**List[ArduinoCredentialsv1]**](ArduinoCredentialsv1.md) | ArduinoCredentialsv1Collection is the media type for an array of ArduinoCredentialsv1 (default view) | [optional]
**wifi** | [**List[ArduinoCredentialsv1]**](ArduinoCredentialsv1.md) | ArduinoCredentialsv1Collection is the media type for an array of ArduinoCredentialsv1 (default view) | [optional]
**wifiandsecret** | [**List[ArduinoCredentialsv1]**](ArduinoCredentialsv1.md) | ArduinoCredentialsv1Collection is the media type for an array of ArduinoCredentialsv1 (default view) | [optional]

## Example

```python
from iot_api_client.models.arduino_arduinoconnections_v1 import ArduinoArduinoconnectionsV1

# TODO update the JSON string below
json = "{}"
# create an instance of ArduinoArduinoconnectionsV1 from a JSON string
arduino_arduinoconnections_v1_instance = ArduinoArduinoconnectionsV1.from_json(json)
# print the JSON string representation of the object
print(ArduinoArduinoconnectionsV1.to_json())

# convert the object into a dict
arduino_arduinoconnections_v1_dict = arduino_arduinoconnections_v1_instance.to_dict()
# create an instance of ArduinoArduinoconnectionsV1 from a dict
arduino_arduinoconnections_v1_from_dict = ArduinoArduinoconnectionsV1.from_dict(arduino_arduinoconnections_v1_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


4 changes: 4 additions & 0 deletions docs/ArduinoDevicev2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ArduinoDevicev2 media type (default view)

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ble_mac** | **str** | | [optional]
**connection_type** | **str** | The type of the connections selected by the user when multiple connections are available | [optional]
**created_at** | **datetime** | Creation date of the device | [optional]
**deleted_at** | **datetime** | Deletion date of the trigger | [optional]
Expand All @@ -14,9 +15,11 @@ Name | Type | Description | Notes
**fqbn** | **str** | The fully qualified board name | [optional]
**href** | **str** | The api reference of this device |
**id** | **str** | The arn of the device |
**issuer_ca** | **str** | | [optional]
**label** | **str** | The label of the device |
**last_activity_at** | **datetime** | Last activity date | [optional]
**latest_wifi_fw_version** | **str** | The latest version of the NINA/WIFI101 firmware available for this device | [optional]
**lib_version** | **str** | | [optional]
**metadata** | **Dict[str, object]** | The metadata of the device | [optional]
**name** | **str** | The friendly name of the device |
**no_sketch** | **bool** | True if the device type can not have an associated sketch | [optional]
Expand All @@ -28,6 +31,7 @@ Name | Type | Description | Notes
**tags** | **Dict[str, object]** | Tags belonging to the device | [optional]
**thing** | [**ArduinoThing**](ArduinoThing.md) | | [optional]
**type** | **str** | The type of the device |
**unique_hardware_id** | **str** | The unique hardware id of the device | [optional]
**updated_at** | **datetime** | Update date of the trigger | [optional]
**user_id** | **str** | The id of the user |
**webhooks** | [**List[ArduinoDevicev2Webhook]**](ArduinoDevicev2Webhook.md) | ArduinoDevicev2WebhookCollection is the media type for an array of ArduinoDevicev2Webhook (default view) | [optional]
Expand Down
1 change: 0 additions & 1 deletion docs/Clone.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Clone

Add overrides used when performing a clone of a dashboard

## Properties

Expand Down
39 changes: 39 additions & 0 deletions docs/CreateClaimedDevicesV2Payload.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# CreateClaimedDevicesV2Payload

DeviceV2 describes a device.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | The id of the device | [optional]
**ble_mac** | **str** | | [optional]
**connection_type** | **str** | The type of the connections selected by the user when multiple connections are available | [optional]
**fqbn** | **str** | The fully qualified board name | [optional]
**name** | **str** | The friendly name of the device | [optional]
**serial** | **str** | The serial uuid of the device | [optional]
**type** | **str** | The type of the device |
**unique_hardware_id** | **str** | The unique hardware id of the device |
**user_id** | **str** | The user_id associated to the device. If absent it will be inferred from the authentication header |
**wifi_fw_version** | **str** | The version of the NINA/WIFI101 firmware running on the device | [optional]

## Example

```python
from iot_api_client.models.create_claimed_devices_v2_payload import CreateClaimedDevicesV2Payload

# TODO update the JSON string below
json = "{}"
# create an instance of CreateClaimedDevicesV2Payload from a JSON string
create_claimed_devices_v2_payload_instance = CreateClaimedDevicesV2Payload.from_json(json)
# print the JSON string representation of the object
print(CreateClaimedDevicesV2Payload.to_json())

# convert the object into a dict
create_claimed_devices_v2_payload_dict = create_claimed_devices_v2_payload_instance.to_dict()
# create an instance of CreateClaimedDevicesV2Payload from a dict
create_claimed_devices_v2_payload_from_dict = CreateClaimedDevicesV2Payload.from_dict(create_claimed_devices_v2_payload_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


2 changes: 2 additions & 0 deletions docs/CreateDevicesV2Payload.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ DeviceV2 describes a device.

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ble_mac** | **str** | | [optional]
**connection_type** | **str** | The type of the connections selected by the user when multiple connections are available | [optional]
**fqbn** | **str** | The fully qualified board name | [optional]
**name** | **str** | The friendly name of the device | [optional]
**serial** | **str** | The serial uuid of the device | [optional]
**soft_deleted** | **bool** | If false, restore the thing from the soft deletion | [optional] [default to False]
**type** | **str** | The type of the device |
**unique_hardware_id** | **str** | | [optional]
**user_id** | **str** | The user_id associated to the device. If absent it will be inferred from the authentication header | [optional]
**wifi_fw_version** | **str** | The version of the NINA/WIFI101 firmware running on the device | [optional]

Expand Down
Loading

0 comments on commit 09e5b6e

Please sign in to comment.