Skip to content

Commit 408b45d

Browse files
committed
fix: README --> readme
Change-Id: I378bd51e01cd3dcc2d70cbd2ea7bbad446e397f7
1 parent a0781eb commit 408b45d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repository contains the source code for building an OPC-UA Server ACAP appl
77
along with a guide on developing and building custom modules/plugins.
88
You can create your own plugins to address specific use cases. Example
99
plugins are provided and briefly described below, for more information about a
10-
plugin see its README.
10+
plugin see its readme.
1111

1212
The OPC-UA Server is based on the [**open62541**](https://www.open62541.org/)
1313
library. For an introduction to OPC-UA, see
@@ -266,12 +266,12 @@ picture below.
266266

267267
This application includes the source code for several plugins, which serve both as functional components and as examples for custom development. The currently available plugins are:
268268

269-
- The `bdi` plugin (`plugins/bdi`) provides a **BasicDeviceInfo** object node with device-specific properties (See [README](app/plugins/bdi/README.md) for details).
270-
- The `hello_world` plugin (`plugins/hello_world`) creates a **HelloWorldNode** variable (See [README](app/plugins/hello_world/README.md) for details).
271-
- The `ioports` plugin (`plugins/ioports`) exposes I/O port status and control (See [README](app/plugins/ioports/README.md) for details).
272-
- The `simple_event` plugin (`plugins/simple_event`) demonstrates Axis event integration via OPC-UA events (See [README](app/plugins/simple_event/README.md) for details).
273-
- The `thermal` plugin (`plugins/thermal`) exposes thermal camera data and controls (See [README](app/plugins/thermal/README.md) for details).
274-
- The `vinput` plugin (`plugins/vinput`) provides control over virtual inputs (See [README](app/plugins/vinput/README.md) for details).
269+
- The `bdi` plugin (`plugins/bdi`) provides a **BasicDeviceInfo** object node with device-specific properties (See [readme](app/plugins/bdi/README.md) for details).
270+
- The `hello_world` plugin (`plugins/hello_world`) creates a **HelloWorldNode** variable (See [readme](app/plugins/hello_world/README.md) for details).
271+
- The `ioports` plugin (`plugins/ioports`) exposes I/O port status and control (See [readme](app/plugins/ioports/README.md) for details).
272+
- The `simple_event` plugin (`plugins/simple_event`) demonstrates Axis event integration via OPC-UA events (See [readme](app/plugins/simple_event/README.md) for details).
273+
- The `thermal` plugin (`plugins/thermal`) exposes thermal camera data and controls (See [readme](app/plugins/thermal/README.md) for details).
274+
- The `vinput` plugin (`plugins/vinput`) provides control over virtual inputs (See [readme](app/plugins/vinput/README.md) for details).
275275

276276
## Create your own plugin
277277

app/plugins/bdi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serial number, and other device-specific information.
1818

1919
- **Interacting with the Plugin:**
2020
- Connect to the OPC-UA server using an OPC-UA client like UaExpert
21-
(as described in the main ACAP README).
21+
(as described in the main ACAP readme).
2222
- Navigate to the **BasicDeviceInfo** object node to view all available
2323
device properties.
2424
- Read operations can be performed on individual property nodes to

0 commit comments

Comments
 (0)