Skip to content
Snippets Groups Projects
Commit 234cc476 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Correct call that disconnects the comms client

parent 2f505864
Branches
Tags
1 merge request!12Adjustments and fixes for attribute_wrapper merge
...@@ -120,7 +120,7 @@ class PCC(hardware_device): ...@@ -120,7 +120,7 @@ class PCC(hardware_device):
""" user code here. is called when the state is set to OFF """ """ user code here. is called when the state is set to OFF """
# Stop keep-alive # Stop keep-alive
self.opcua_connection.stop() self.OPCua_client.disconnect()
def initialise(self): def initialise(self):
""" user code here. is called when the state is set to INIT """ """ user code here. is called when the state is set to INIT """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment