aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
index d2619ab85..a1d370109 100644
--- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
+++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
@@ -1468,13 +1468,13 @@ namespace Tango.Integration.Operation
_isPowerDownRequestInProgress = false;
+ DeviceInformation = response.Message.DeviceInformation;
+
if (Status != MachineStatuses.Upgrading)
{
UpdateStatus(MachineStatuses.ReadyToDye);
}
- DeviceInformation = response.Message.DeviceInformation;
-
_diagnosticsSent = false;
_eventsSent = false;
_debugSent = false;