Loading kinetic.proto +10 −6 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ option java_outer_classname = "Kinetic"; // the protocol version number by building this message // and then reading the value. message Local { optional string protocolVersion = 1 [default = "3.1.2"]; optional string protocolVersion = 1 [default = "3.1.3"]; } // THe message is an authorization and command bytes. Loading Loading @@ -682,8 +682,12 @@ message Command { enum Priority { NORMAL = 5; LOWEST = 1; LOWER = 3; HIGHER = 7; LOWER = 2; LOW = 3; LOWERNORMAL = 4; HIGHERNORMAL = 6; HIGH = 7; HIGHER = 8; HIGHEST = 9; } Loading Loading
kinetic.proto +10 −6 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ option java_outer_classname = "Kinetic"; // the protocol version number by building this message // and then reading the value. message Local { optional string protocolVersion = 1 [default = "3.1.2"]; optional string protocolVersion = 1 [default = "3.1.3"]; } // THe message is an authorization and command bytes. Loading Loading @@ -682,8 +682,12 @@ message Command { enum Priority { NORMAL = 5; LOWEST = 1; LOWER = 3; HIGHER = 7; LOWER = 2; LOW = 3; LOWERNORMAL = 4; HIGHERNORMAL = 6; HIGH = 7; HIGHER = 8; HIGHEST = 9; } Loading