Skip to content

Commit db4a82d

Browse files
committed
fixes from the review by @Bilchreis
1 parent c68368c commit db4a82d

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

protocol/specification/changes.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ loss of functionality.
3030

3131
- The `meaning` property for modules has a different format with capabilities to
3232
link to external definitions/ontologies. `meaning` can now also be given for
33-
individual accessibles, and new "functions" have been added to be better
34-
compatible with the NeXuS standard.
33+
individual accessibles, and new "functions" have been added.
3534

3635
.. TODO not yet in the text!
3736

protocol/specification/classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Base classes
5454
a motorized needle valve). It must have a `stop` command in addition to
5555
what a `Writable` has. Note that in case the `stop` command has no
5656
effect, a `Writable` SHOULD be used. Also, the `status` parameter will
57-
indicate a BUSY state for a longer lasting operations.
57+
indicate a ``BUSY`` state for a longer lasting operations.
5858

5959

6060
.. _features:

protocol/specification/messages/optional.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
``check``, ``logging``: Optional extensions
22
-------------------------------------------
33

4-
These messages are optional feature - the SEC node does not need to support them
5-
and should reply with a `ProtocolError` error to indicate this.
4+
These sets of messages are optional feature - the SEC node does not need to
5+
support them and should reply with a `ProtocolError` error to indicate this.
6+
7+
Dry run functionality
8+
~~~~~~~~~~~~~~~~~~~~~
69

710
.. message:: [request] check <module>:<accessible> [<value>]
811
[reply] checked <module>:<accessible> <data-report>
@@ -51,6 +54,9 @@ and should reply with a `ProtocolError` error to indicate this.
5154
| :issue:`075 New messages check and checked`
5255
5356

57+
Logging support
58+
~~~~~~~~~~~~~~~
59+
5460
.. message:: [request] logging <module>[:<parameter>] <level>
5561
[reply] logging <module>[:<parameter>] <level>
5662
[reply] error_logging <module> <error-report>

0 commit comments

Comments
 (0)