Skip to content

Commit

Permalink
Back out deprecation flags because they make the marked members look …
Browse files Browse the repository at this point in the history
…like they are no longer required in the online view of the YAML file.
  • Loading branch information
Peter-Simpson committed Sep 22, 2024
1 parent 35d4761 commit 2a9d778
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Swagger/AlpacaDeviceAPI_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ paths:
- Parameters
'/{device_type}/{device_number}/commandblind':
put:
deprecated: true
summary: Transmits an arbitrary string to the device
description: >-
Transmits an arbitrary string to the device and does not wait for a
Expand All @@ -169,7 +168,6 @@ paths:
$ref: '#/components/requestBodies/put_devicetype_Devicenumber_commandblind'
'/{device_type}/{device_number}/commandbool':
put:
deprecated: true
summary: >-
Transmits an arbitrary string to the device and returns a boolean value
from the device.
Expand All @@ -193,7 +191,6 @@ paths:
$ref: '#/components/requestBodies/put_devicetype_Devicenumber_commandblind'
'/{device_type}/{device_number}/commandstring':
put:
deprecated: true
summary: >-
Transmits an arbitrary string to the device and returns a string value
from the device.
Expand Down Expand Up @@ -252,7 +249,6 @@ paths:
'500':
$ref: '#/components/responses/500'
put:
deprecated: true
summary: Sets the connected state of the device
description: >-
**Deprecated in favour of the newer non-blocking [`connect`](#/ASCOM%20Methods%20Common%20To%20All%20Devices/put__device_type___device_number__connect) and [`disconnect`](#/ASCOM%20Methods%20Common%20To%20All%20Devices/put__device_type___device_number__disconnect) methods, with the new [`connecting`](#/ASCOM%20Methods%20Common%20To%20All%20Devices/get__device_type___device_number__connecting) property serving as the completion property.**
Expand Down

0 comments on commit 2a9d778

Please sign in to comment.