Skip to content

Commit 2052fb1

Browse files
committed
update
1 parent 3c7dfd6 commit 2052fb1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/reference/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ info:
350350
name: Apache 2.0
351351
url: https://www.apache.org/licenses/LICENSE-2.0.html
352352
title: BlueAPI Control
353-
version: 1.0.1
353+
version: 1.0.2
354354
openapi: 3.1.0
355355
paths:
356356
/config/oidc:

tests/system_tests/devices.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
]
3535
},
3636
{
37-
"name": "sim",
37+
"name": "stage",
3838
"protocols": [
3939
{
4040
"name": "Readable",

tests/system_tests/plans.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"items": {
1111
"enum": [
1212
"det",
13-
"sim"
13+
"stage"
1414
],
1515
"type": "bluesky.protocols.Readable"
1616
},
@@ -895,7 +895,7 @@
895895
"items": {
896896
"enum": [
897897
"det",
898-
"sim"
898+
"stage"
899899
],
900900
"type": "bluesky.protocols.Readable"
901901
},

0 commit comments

Comments
 (0)