Skip to content

Commit

Permalink
update camera schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Aug 19, 2024
1 parent b7ded23 commit 4bdecad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/bl47p-ea-dcam-01/config/ioc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://github.com/epics-containers/ioc-adaravis/releases/download/2024.4.2/ibek.ioc.schema.json
# yaml-language-server: $schema=https://github.com/epics-containers/ioc-adaravis/releases/download/2024.7.2b1/ibek.ioc.schema.json

ioc_name: "{{ _global.get_env('IOC_NAME') }}"

Expand Down
4 changes: 2 additions & 2 deletions services/bl47p-ea-dcam-02/config/ioc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://github.com/epics-containers/ioc-adaravis/releases/download/2024.8.2/ibek.ioc.schema.json
# yaml-language-server: $schema=https://github.com/epics-containers/ioc-adaravis/releases/download/2024.7.2b1/ibek.ioc.schema.json

ioc_name: "{{ _global.get_env('IOC_NAME') }}"

Expand All @@ -16,7 +16,7 @@ entities:
IOC: "{{ ioc_name | upper }}"

- type: ADAravis.aravisCamera
CLASS: auto-generated
CLASS: AVT
ID: 192.168.250.28
P: BL47P-EA-DET-02
PORT: DET2.CAM
Expand Down

0 comments on commit 4bdecad

Please sign in to comment.