From 36c95f0580a5819ee2f9bcc4628077a39b15ad9c Mon Sep 17 00:00:00 2001 From: Alflanker94 <61652913+Alflanker94@users.noreply.github.com> Date: Mon, 27 Feb 2023 09:28:32 +0100 Subject: [PATCH] Update profiles.rst Line :69 "some_node.state = 'SWITCHED ON'" edet to "some_node.state" --- doc/profiles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/profiles.rst b/doc/profiles.rst index 1ef5ab58..9fdc1d29 100644 --- a/doc/profiles.rst +++ b/doc/profiles.rst @@ -66,7 +66,7 @@ class :attr:`.state` attribute can be read and set (command) by a string:: # command a state (an SDO message will be called) some_node.state = 'SWITCHED ON' # read the current state - some_node.state = 'SWITCHED ON' + some_node.state Available states: