From 4d6537779653359632f64c642787d67cc2eeb343 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Fri, 4 Dec 2020 10:05:21 +0100 Subject: [PATCH] Remove double setting to On() --- RCUSCC/RCUSCC/RCUSCC.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/RCUSCC/RCUSCC/RCUSCC.py b/RCUSCC/RCUSCC/RCUSCC.py index 88c67535b..7465c956d 100644 --- a/RCUSCC/RCUSCC/RCUSCC.py +++ b/RCUSCC/RCUSCC/RCUSCC.py @@ -317,9 +317,6 @@ class RCUSCC(Device): self.debug_stream("Mapping OPC-UA MP/CP to attributes done.") - # we have connected, so are on-line. - self.On() - def init_device(self): """Initialises the attributes and properties of the RCUSCC.""" -- GitLab