aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Integration/UpdateStatus.proto
diff options
context:
space:
mode:
Diffstat (limited to 'Software/PMR/Messages/Integration/UpdateStatus.proto')
-rw-r--r--Software/PMR/Messages/Integration/UpdateStatus.proto17
1 files changed, 8 insertions, 9 deletions
diff --git a/Software/PMR/Messages/Integration/UpdateStatus.proto b/Software/PMR/Messages/Integration/UpdateStatus.proto
index 9cf98a9db..373705ed8 100644
--- a/Software/PMR/Messages/Integration/UpdateStatus.proto
+++ b/Software/PMR/Messages/Integration/UpdateStatus.proto
@@ -6,13 +6,12 @@ option java_package = "com.twine.tango.pmr.integration";
enum UpdateStatus
{
Disconnected = 0;
- PowerUp = 1;
- Standby = 2;
- ReadyToDye = 3;
- GettingReady = 4;
- Printing = 5;
- Service = 6;
- Upgrading = 7;
- ShuttingDown = 8;
- Error = 9;
+ Standby = 1;
+ ReadyToDye = 2;
+ GettingReady = 3;
+ Printing = 4;
+ Service = 5;
+ Upgrading = 6;
+ ShuttingDown = 7;
+ Error = 8;
} \ No newline at end of file