Skip to content

Commit

Permalink
Fix issues with misplaced deprecated field
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Sep 21, 2024
1 parent 2188ef1 commit 8e9bcf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Swagger/AlpacaDeviceAPI_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ paths:
- Action
- Parameters
'/{device_type}/{device_number}/commandblind':
deprecated: true
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 Down Expand Up @@ -192,8 +192,8 @@ paths:
requestBody:
$ref: '#/components/requestBodies/put_devicetype_Devicenumber_commandblind'
'/{device_type}/{device_number}/commandstring':
deprecated: true
put:
deprecated: true
summary: >-
Transmits an arbitrary string to the device and returns a string value
from the device.
Expand Down

0 comments on commit 8e9bcf4

Please sign in to comment.