Skip to content

Commit af14c7b

Browse files
committed
fix: Use uppercase dock state enum values
Same naming pattern for dock states as for entities and integrations.
1 parent 2e041e5 commit af14c7b

2 files changed

Lines changed: 15 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
---
1010

11+
## v0.15.5-alpha - 2022-11-11
12+
### Changed
13+
- Use uppercase dock state enum values to use same naming pattern as for entities and integrations.
14+
1115
## v0.15.4-alpha - 2022-11-09
1216
### Changed
1317
- PRONTO hex code validation now also allows non-zero prefixed values.

core-api/rest/openapi.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: Remote Two REST API
4-
version: 0.15.5
4+
version: 0.15.6
55
contact:
66
name: API Support
77
url: 'https://github.com/unfoldedcircle/core-api/issues'
@@ -3184,14 +3184,15 @@ paths:
31843184
codeset_id: ir.manufacturer.123
31853185
cmd_id: CHANNEL_DOWN
31863186
port_id: '4'
3187-
Learned PRONTO code:
3187+
Learned PRONTO code on default output:
31883188
value:
31893189
code: '0000,0068,0000,0010,0060,0018,0030,0018,0018,0018,0030,0018,0018,0018,0018,0018,0030,0018,0018,0018,0030,0018,0030,0018,0030,0018,0018,0018,0030,0018,0018,0018,0018,0018,0030,0318'
31903190
format: PRONTO
3191-
Learned HEX code:
3191+
Learned HEX code on specific output:
31923192
value:
31933193
code: 3;0x20F0A956;32;0
31943194
format: HEX
3195+
port_id: '4'
31953196
responses:
31963197
'200':
31973198
$ref: '#/components/responses/SuccessMessage'
@@ -7798,12 +7799,13 @@ components:
77987799
type: string
77997800
description: Connection state
78007801
enum:
7801-
- Idle
7802-
- Connecting
7803-
- Connected
7804-
- Authenticated
7805-
- Disconnected
7806-
- Closing
7802+
- IDLE
7803+
- CONNECTING
7804+
- CONNECTED
7805+
- AUTHENTICATED
7806+
- DISCONNECTED
7807+
- CLOSING
7808+
- ERROR
78077809
DockToken:
78087810
type: string
78097811
format: password

0 commit comments

Comments
 (0)