aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Integration/UpdateStatus.proto
diff options
context:
space:
mode:
authorMirta <mirta@twine-s.com>2020-12-30 16:39:52 +0200
committerMirta <mirta@twine-s.com>2020-12-30 16:39:52 +0200
commit00a491d93733d4625ad329b2ba8237f445364b3f (patch)
tree4b24c6fa78d7648f4bb7cefafa464bb0b063fec4 /Software/PMR/Messages/Integration/UpdateStatus.proto
parent124ad4150f80c6846fdee41dbbda9848c105f6e5 (diff)
downloadTango-00a491d9.tar.gz
Tango-00a491d9.zip
merge
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