Skip to content

Commit aec421b

Browse files
committed
Cosmetic
1 parent b5a7b71 commit aec421b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@ The alarms are of different types:
207207
- Silver - [NonExclusiveLevelAlarmType](https://reference.opcfoundation.org/v104/Core/ObjectTypes/NonExclusiveLevelAlarmType/)
208208
- OnlineState - [DialogConditionType](https://reference.opcfoundation.org/v104/Core/ObjectTypes/DialogConditionType/)
209209

210-
All these alarms will update on a regular interval. It is also possible to _Acknowledge_, _Confirm_ and add _Comment_
211-
to them.
210+
All these alarms will update on a regular interval. It is also possible to _Acknowledge_, _Confirm_ and add _Comment_ to them.
212211

213212
This simulation also emits two types of system events: [_SystemEventType_](https://reference.opcfoundation.org/v104/Core/ObjectTypes/SystemEventType/)
214213
and [_AuditEventType_](https://reference.opcfoundation.org/v104/Core/ObjectTypes/AuditEventType/), every 1000 ms.
@@ -219,7 +218,7 @@ The option `--dalm=<file>` enables deterministic testing of Alarms and Condition
219218
More information about this feature can be found [here](deterministic-alarms.md).
220219

221220
## Chaos mode
222-
The server can also be started in `chaos mode` which randomly injects errors, closes subscriptions or sessions, expires subscriptions and more. You can use it to test the resiliency of OPC UA clients. To enable chaos mode, start the server with the `--chaos=True` option.
221+
Randomly injects errors, closes subscriptions or sessions, expires subscriptions and more. You can use it to test the resiliency of OPC UA clients. To enable start the server with the option `--chaos=True`.
223222

224223
## Other features
225224
- Node with special characters in name and NodeId

0 commit comments

Comments
 (0)