Skip to content

Commit

Permalink
Merge pull request #18 from eliona-smart-building-assistant/subtype_p…
Browse files Browse the repository at this point in the history
…roperty

new subtype property
  • Loading branch information
andreas-goebel authored Apr 25, 2024
2 parents 7258642 + f8b5c37 commit d7d3cc5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eliona-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ openapi: 3.0.3
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

info:
version: 2.6.10
version: 2.6.11
title: Eliona REST API
description:
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
Expand Down
10 changes: 9 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ info:
license:
name: MIT License
title: Eliona REST API
version: 2.6.10
version: 2.6.11
externalDocs:
description: Find out more about Eliona App SDK
url: https://github.com/eliona-smart-building-assistant
Expand Down Expand Up @@ -1228,6 +1228,7 @@ paths:
- info
- status
- output
- property
type: string
- description: Filter the name of the asset type
example: weather_location
Expand Down Expand Up @@ -1342,6 +1343,7 @@ paths:
- info
- status
- output
- property
type: string
- description: Filter the name of the asset type
example: weather_location
Expand Down Expand Up @@ -1386,6 +1388,7 @@ paths:
- info
- status
- output
- property
type: string
responses:
"200":
Expand Down Expand Up @@ -1435,6 +1438,7 @@ paths:
- info
- status
- output
- property
type: string
- description: Filter the name of the asset type
example: weather_location
Expand Down Expand Up @@ -3498,6 +3502,7 @@ components:
- info
- status
- output
- property
type: string
directMode:
description: Executes the operation directly without using other services.
Expand Down Expand Up @@ -5594,18 +5599,21 @@ components:
- info
- status
- output
- property
example: input
type: string
x-enum-descriptions:
- Input subtype for data values
- Info subtype for data values
- Status subtype for data values
- Output subtype for data values
- Property subtype for data values
x-enum-varnames:
- SUBTYPE_INPUT
- SUBTYPE_INFO
- SUBTYPE_STATUS
- SUBTYPE_OUTPUT
- SUBTYPE_PROPERTY
ResourceId:
description: "A custom identifier for the resource, which can be utilized to\
\ identify it for various operations such as updates, deletions, and other\
Expand Down
1 change: 1 addition & 0 deletions parameters/dataSubtype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ schema:
- info
- status
- output
- property
5 changes: 4 additions & 1 deletion schemas/DataSubtype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ enum:
- info
- status
- output
- property
example:
input
x-enum-descriptions:
- Input subtype for data values
- Info subtype for data values
- Status subtype for data values
- Output subtype for data values
- Property subtype for data values
x-enum-varnames:
- SUBTYPE_INPUT
- SUBTYPE_INFO
- SUBTYPE_STATUS
- SUBTYPE_OUTPUT
- SUBTYPE_OUTPUT
- SUBTYPE_PROPERTY

0 comments on commit d7d3cc5

Please sign in to comment.