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

package Tango.PMR.Integration;
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;
}