syntax = "proto3"; package Tango.PMR.Power; option java_package = "com.twine.tango.pmr.power"; enum PowerUpState { //Fill the states. None = 0; Init = 1; HwConfig = 2; BuiltInTest = 3; InitialBlowerActivation = 4; WaitForCooler = 5; DispenserPressureBuildupTest = 6; ThreadDetection = 7; HeatingStarted = 8; MachineReadyToDye = 9; Error = 10; Cancelled = 11; }