We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd226e3 commit 64772dcCopy full SHA for 64772dc
doc/profiles.rst
@@ -66,7 +66,7 @@ class :attr:`.state` attribute can be read and set (command) by a string::
66
# command a state (an SDO message will be called)
67
some_node.state = 'SWITCHED ON'
68
# read the current state
69
- some_node.state = 'SWITCHED ON'
+ some_node.state
70
71
Available states:
72
0 commit comments