diff --git a/src/primaite/nodes/node_state_instruction_green.py b/src/primaite/nodes/node_state_instruction_green.py index fcf5268c..0faef627 100644 --- a/src/primaite/nodes/node_state_instruction_green.py +++ b/src/primaite/nodes/node_state_instruction_green.py @@ -3,7 +3,7 @@ class NodeStateInstructionGreen(object): - """The Node State Instruction class.# + """The Node State Instruction class. :param _id: The node state instruction id :param _start_step: The start step of the instruction diff --git a/src/primaite/nodes/node_state_instruction_red.py b/src/primaite/nodes/node_state_instruction_red.py index a6cae2bd..8308a1c0 100644 --- a/src/primaite/nodes/node_state_instruction_red.py +++ b/src/primaite/nodes/node_state_instruction_red.py @@ -8,6 +8,7 @@ from primaite.common.enums import NodePOLType @dataclass() class NodeStateInstructionRed(object): """The Node State Instruction class. + :param _id: The node state instruction id :param _start_step: The start step of the instruction :param _end_step: The end step of the instruction