aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-09-05 10:12:43 +0300
committerRoy <Roy.mail.net@gmail.com>2023-09-05 10:12:43 +0300
commitdbb1af0b580ff8880159ffe9f1f430888f3a6819 (patch)
tree57a6af69cd3630cddb187a1895305f0bfec4de0b /Software/Visual_Studio/Tango.Integration
parent1c116952716422cce38b4e36dd3193d0700debdb (diff)
downloadTango-dbb1af0b580ff8880159ffe9f1f430888f3a6819.tar.gz
Tango-dbb1af0b580ff8880159ffe9f1f430888f3a6819.zip
Updated events definitions.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
index 07d2c9881..5e02f214e 100644
--- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
+++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
@@ -1126,7 +1126,7 @@ namespace Tango.Integration.Operation
case MachineState.Sleep:
UpdateStatus(MachineStatuses.Standby);
break;
- case MachineState.PowerOff:
+ case MachineState.ShuttingDown:
UpdateStatus(MachineStatuses.ShuttingDown);
if (!_isPowerDownRequestInProgress)
{