Skip to content

Commit

Permalink
allow all values for icon attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-goebel committed Mar 5, 2024
1 parent b39528b commit e196364
Show file tree
Hide file tree
Showing 73 changed files with 81 additions and 91 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ The Eliona REST API enables unified access to the resources and data of an Elion

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2.6.5
- Package version: 2.6.5
- API version: 2.6.6
- Package version: 2.6.6
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://eliona.io](https://eliona.io)

Expand Down
2 changes: 1 addition & 1 deletion docs/AssetType.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Type | Description | Notes
**model** | **str** | The specific model of assets of this type | [optional]
**translation** | [**Translation**](Translation.md) | | [optional]
**urldoc** | **str** | The url describing assets of this type | [optional]
**icon** | **str** | Icon name corresponding to assets of this type | [optional]
**icon** | **str** | Icon name corresponding to assets of this type: blind, building, button, closable, elevator, environment, fallback, filling, gateway, light, mailbox, parking, people, power, rack, storey, trash, ventilation, vibration, water, weather | [optional]
**payload_function** | **str** | Asset types payload function | [optional]
**allowed_inactivity** | **str** | | [optional]
**attributes** | [**List[AssetTypeAttribute]**](AssetTypeAttribute.md) | List of named attributes | [optional]
Expand Down
4 changes: 2 additions & 2 deletions eliona/api_client2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
""" # noqa: E501


__version__ = "2.6.5"
__version__ = "2.6.6"

# import apis into sdk package
from eliona.api_client2.api.agents_api import AgentsApi
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/agents_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/aggregations_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/alarm_rules_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/alarms_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/apps_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/asset_types_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/assets_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/communication_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/dashboards_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/data_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/nodes_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/projects_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/qr_codes_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/tags_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/users_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/version_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/widgets_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/api/widgets_types_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
4 changes: 2 additions & 2 deletions eliona/api_client2/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down Expand Up @@ -87,7 +87,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/2.6.5/python'
self.user_agent = 'OpenAPI-Generator/2.6.6/python'
self.client_side_validation = configuration.client_side_validation

def __enter__(self):
Expand Down
6 changes: 3 additions & 3 deletions eliona/api_client2/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down Expand Up @@ -405,8 +405,8 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 2.6.5\n"\
"SDK Package Version: 2.6.5".\
"Version of the API: 2.6.6\n"\
"SDK Package Version: 2.6.6".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/agent_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/agent_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/agent_device_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/agent_device_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/agent_device_mapping_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/alarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/alarm_listen.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/alarm_priority.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/alarm_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/asset_dry_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/asset_identify_by.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion eliona/api_client2/models/asset_listen.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
The version of the OpenAPI document: 2.6.5
The version of the OpenAPI document: 2.6.6
Contact: hello@eliona.io
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Loading

0 comments on commit e196364

Please sign in to comment.