aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Integration/UpdateStatus.proto
blob: 373705ed8b0c8df86e80b83f06ebf6cee6158a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
syntax = "proto3";

package Tango.PMR.Integration;
option java_package = "com.twine.tango.pmr.integration";

enum UpdateStatus
{
	Disconnected = 0;
	Standby = 1;
	ReadyToDye = 2;
	GettingReady = 3;
	Printing = 4;
	Service = 5;
	Upgrading = 6;
	ShuttingDown = 7;
	Error = 8;
}