--- /dev/null
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// versions:
+// protoc-gen-go v1.36.5
+// protoc v5.29.2
+// source: bryston_ctl.proto
+
+package bryston_ctl
+
+import (
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
+ unsafe "unsafe"
+)
+
+const (
+ // Verify that this generated code is sufficiently up-to-date.
+ _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
+ // Verify that runtime/protoimpl is sufficiently up-to-date.
+ _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
+)
+
+type B100Command int32
+
+const (
+ B100Command_POWER_OFF B100Command = 0
+ B100Command_SRC_ANALOG_1 B100Command = 1
+ B100Command_SRC_ANALOG_2 B100Command = 2
+ B100Command_SRC_ANALOG_3 B100Command = 3
+ B100Command_SRC_ANALOG_4 B100Command = 4
+ B100Command_SRC_ANALOG_5 B100Command = 5
+ B100Command_SRC_ANALOG_6 B100Command = 6
+ B100Command_VOLUME_UP B100Command = 7
+ B100Command_VOLUME_DOWN B100Command = 8
+ B100Command_POWER_TOGGLE B100Command = 15
+ B100Command_BALANCE_LEFT B100Command = 19
+ B100Command_BALANCE_RIGHT B100Command = 20
+ B100Command_POWER_ON B100Command = 29
+ B100Command_MUTE_ON B100Command = 58
+ B100Command_MUTE_OFF B100Command = 59
+ B100Command_RECORD_TOGGLE B100Command = 61
+ B100Command_RECORD_ON B100Command = 62
+ B100Command_RECORD_OFF B100Command = 63
+ B100Command_SRC_DIGITAL_1 B100Command = 81
+ B100Command_SRC_DIGITAL_2 B100Command = 82
+ B100Command_SRC_DIGITAL_3 B100Command = 83
+ B100Command_SRC_DIGITAL_4 B100Command = 84
+ B100Command_PASSTHROUGH_SET B100Command = 245
+ B100Command_TRIGGER_2_SET B100Command = 247
+ B100Command_TRIGGER_2_CLEAR B100Command = 248
+ B100Command_MASTER_RESET B100Command = 255
+)
+
+// Enum value maps for B100Command.
+var (
+ B100Command_name = map[int32]string{
+ 0: "POWER_OFF",
+ 1: "SRC_ANALOG_1",
+ 2: "SRC_ANALOG_2",
+ 3: "SRC_ANALOG_3",
+ 4: "SRC_ANALOG_4",
+ 5: "SRC_ANALOG_5",
+ 6: "SRC_ANALOG_6",
+ 7: "VOLUME_UP",
+ 8: "VOLUME_DOWN",
+ 15: "POWER_TOGGLE",
+ 19: "BALANCE_LEFT",
+ 20: "BALANCE_RIGHT",
+ 29: "POWER_ON",
+ 58: "MUTE_ON",
+ 59: "MUTE_OFF",
+ 61: "RECORD_TOGGLE",
+ 62: "RECORD_ON",
+ 63: "RECORD_OFF",
+ 81: "SRC_DIGITAL_1",
+ 82: "SRC_DIGITAL_2",
+ 83: "SRC_DIGITAL_3",
+ 84: "SRC_DIGITAL_4",
+ 245: "PASSTHROUGH_SET",
+ 247: "TRIGGER_2_SET",
+ 248: "TRIGGER_2_CLEAR",
+ 255: "MASTER_RESET",
+ }
+ B100Command_value = map[string]int32{
+ "POWER_OFF": 0,
+ "SRC_ANALOG_1": 1,
+ "SRC_ANALOG_2": 2,
+ "SRC_ANALOG_3": 3,
+ "SRC_ANALOG_4": 4,
+ "SRC_ANALOG_5": 5,
+ "SRC_ANALOG_6": 6,
+ "VOLUME_UP": 7,
+ "VOLUME_DOWN": 8,
+ "POWER_TOGGLE": 15,
+ "BALANCE_LEFT": 19,
+ "BALANCE_RIGHT": 20,
+ "POWER_ON": 29,
+ "MUTE_ON": 58,
+ "MUTE_OFF": 59,
+ "RECORD_TOGGLE": 61,
+ "RECORD_ON": 62,
+ "RECORD_OFF": 63,
+ "SRC_DIGITAL_1": 81,
+ "SRC_DIGITAL_2": 82,
+ "SRC_DIGITAL_3": 83,
+ "SRC_DIGITAL_4": 84,
+ "PASSTHROUGH_SET": 245,
+ "TRIGGER_2_SET": 247,
+ "TRIGGER_2_CLEAR": 248,
+ "MASTER_RESET": 255,
+ }
+)
+
+func (x B100Command) Enum() *B100Command {
+ p := new(B100Command)
+ *p = x
+ return p
+}
+
+func (x B100Command) String() string {
+ return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
+}
+
+func (B100Command) Descriptor() protoreflect.EnumDescriptor {
+ return file_bryston_ctl_proto_enumTypes[0].Descriptor()
+}
+
+func (B100Command) Type() protoreflect.EnumType {
+ return &file_bryston_ctl_proto_enumTypes[0]
+}
+
+func (x B100Command) Number() protoreflect.EnumNumber {
+ return protoreflect.EnumNumber(x)
+}
+
+// Deprecated: Use B100Command.Descriptor instead.
+func (B100Command) EnumDescriptor() ([]byte, []int) {
+ return file_bryston_ctl_proto_rawDescGZIP(), []int{0}
+}
+
+type BrystonModel int32
+
+const (
+ BrystonModel_INVALID BrystonModel = 0
+ BrystonModel_B100 BrystonModel = 1
+)
+
+// Enum value maps for BrystonModel.
+var (
+ BrystonModel_name = map[int32]string{
+ 0: "INVALID",
+ 1: "B100",
+ }
+ BrystonModel_value = map[string]int32{
+ "INVALID": 0,
+ "B100": 1,
+ }
+)
+
+func (x BrystonModel) Enum() *BrystonModel {
+ p := new(BrystonModel)
+ *p = x
+ return p
+}
+
+func (x BrystonModel) String() string {
+ return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
+}
+
+func (BrystonModel) Descriptor() protoreflect.EnumDescriptor {
+ return file_bryston_ctl_proto_enumTypes[1].Descriptor()
+}
+
+func (BrystonModel) Type() protoreflect.EnumType {
+ return &file_bryston_ctl_proto_enumTypes[1]
+}
+
+func (x BrystonModel) Number() protoreflect.EnumNumber {
+ return protoreflect.EnumNumber(x)
+}
+
+// Deprecated: Use BrystonModel.Descriptor instead.
+func (BrystonModel) EnumDescriptor() ([]byte, []int) {
+ return file_bryston_ctl_proto_rawDescGZIP(), []int{1}
+}
+
+type CommandRequest struct {
+ state protoimpl.MessageState `protogen:"open.v1"`
+ Model BrystonModel `protobuf:"varint,1,opt,name=model,proto3,enum=fuhry.runtime.service.bryston_ctl.BrystonModel" json:"model,omitempty"`
+ // Types that are valid to be assigned to Command:
+ //
+ // *CommandRequest_B100Command
+ Command isCommandRequest_Command `protobuf_oneof:"command"`
+ unknownFields protoimpl.UnknownFields
+ sizeCache protoimpl.SizeCache
+}
+
+func (x *CommandRequest) Reset() {
+ *x = CommandRequest{}
+ mi := &file_bryston_ctl_proto_msgTypes[0]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+}
+
+func (x *CommandRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*CommandRequest) ProtoMessage() {}
+
+func (x *CommandRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_bryston_ctl_proto_msgTypes[0]
+ if x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use CommandRequest.ProtoReflect.Descriptor instead.
+func (*CommandRequest) Descriptor() ([]byte, []int) {
+ return file_bryston_ctl_proto_rawDescGZIP(), []int{0}
+}
+
+func (x *CommandRequest) GetModel() BrystonModel {
+ if x != nil {
+ return x.Model
+ }
+ return BrystonModel_INVALID
+}
+
+func (x *CommandRequest) GetCommand() isCommandRequest_Command {
+ if x != nil {
+ return x.Command
+ }
+ return nil
+}
+
+func (x *CommandRequest) GetB100Command() B100Command {
+ if x != nil {
+ if x, ok := x.Command.(*CommandRequest_B100Command); ok {
+ return x.B100Command
+ }
+ }
+ return B100Command_POWER_OFF
+}
+
+type isCommandRequest_Command interface {
+ isCommandRequest_Command()
+}
+
+type CommandRequest_B100Command struct {
+ B100Command B100Command `protobuf:"varint,2,opt,name=b100_command,json=b100Command,proto3,enum=fuhry.runtime.service.bryston_ctl.B100Command,oneof"`
+}
+
+func (*CommandRequest_B100Command) isCommandRequest_Command() {}
+
+type AbsoluteVolumeRequest struct {
+ state protoimpl.MessageState `protogen:"open.v1"`
+ Model BrystonModel `protobuf:"varint,1,opt,name=model,proto3,enum=fuhry.runtime.service.bryston_ctl.BrystonModel" json:"model,omitempty"`
+ Level uint32 `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"`
+ unknownFields protoimpl.UnknownFields
+ sizeCache protoimpl.SizeCache
+}
+
+func (x *AbsoluteVolumeRequest) Reset() {
+ *x = AbsoluteVolumeRequest{}
+ mi := &file_bryston_ctl_proto_msgTypes[1]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+}
+
+func (x *AbsoluteVolumeRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*AbsoluteVolumeRequest) ProtoMessage() {}
+
+func (x *AbsoluteVolumeRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_bryston_ctl_proto_msgTypes[1]
+ if x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use AbsoluteVolumeRequest.ProtoReflect.Descriptor instead.
+func (*AbsoluteVolumeRequest) Descriptor() ([]byte, []int) {
+ return file_bryston_ctl_proto_rawDescGZIP(), []int{1}
+}
+
+func (x *AbsoluteVolumeRequest) GetModel() BrystonModel {
+ if x != nil {
+ return x.Model
+ }
+ return BrystonModel_INVALID
+}
+
+func (x *AbsoluteVolumeRequest) GetLevel() uint32 {
+ if x != nil {
+ return x.Level
+ }
+ return 0
+}
+
+type CommandResponse struct {
+ state protoimpl.MessageState `protogen:"open.v1"`
+ Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
+ Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
+ unknownFields protoimpl.UnknownFields
+ sizeCache protoimpl.SizeCache
+}
+
+func (x *CommandResponse) Reset() {
+ *x = CommandResponse{}
+ mi := &file_bryston_ctl_proto_msgTypes[2]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+}
+
+func (x *CommandResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*CommandResponse) ProtoMessage() {}
+
+func (x *CommandResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_bryston_ctl_proto_msgTypes[2]
+ if x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use CommandResponse.ProtoReflect.Descriptor instead.
+func (*CommandResponse) Descriptor() ([]byte, []int) {
+ return file_bryston_ctl_proto_rawDescGZIP(), []int{2}
+}
+
+func (x *CommandResponse) GetSuccess() bool {
+ if x != nil {
+ return x.Success
+ }
+ return false
+}
+
+func (x *CommandResponse) GetMessage() string {
+ if x != nil {
+ return x.Message
+ }
+ return ""
+}
+
+var File_bryston_ctl_proto protoreflect.FileDescriptor
+
+var file_bryston_ctl_proto_rawDesc = string([]byte{
+ 0x0a, 0x11, 0x62, 0x72, 0x79, 0x73, 0x74, 0x6f, 0x6e, 0x5f, 0x63, 0x74, 0x6c, 0x2e, 0x70, 0x72,
+ 0x6f, 0x74, 0x6f, 0x12, 0x21, 0x66, 0x75, 0x68, 0x72, 0x79, 0x2e, 0x72, 0x75, 0x6e, 0x74, 0x69,
+ 0x6d, 0x65, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x62, 0x72, 0x79, 0x73, 0x74,
+ 0x6f, 0x6e, 0x5f, 0x63, 0x74, 0x6c, 0x22, 0xb7, 0x01, 0x0a, 0x0e, 0x43, 0x6f, 0x6d, 0x6d, 0x61,
+ 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x45, 0x0a, 0x05, 0x6d, 0x6f, 0x64,
+ 0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2f, 0x2e, 0x66, 0x75, 0x68, 0x72, 0x79,
+ 0x2e, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
+ 0x2e, 0x62, 0x72, 0x79, 0x73, 0x74, 0x6f, 0x6e, 0x5f, 0x63, 0x74, 0x6c, 0x2e, 0x42, 0x72, 0x79,
+ 0x73, 0x74, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c,
+ 0x12, 0x53, 0x0a, 0x0c, 0x62, 0x31, 0x30, 0x30, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64,
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2e, 0x2e, 0x66, 0x75, 0x68, 0x72, 0x79, 0x2e, 0x72,
+ 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x62,
+ 0x72, 0x79, 0x73, 0x74, 0x6f, 0x6e, 0x5f, 0x63, 0x74, 0x6c, 0x2e, 0x42, 0x31, 0x30, 0x30, 0x43,
+ 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x48, 0x00, 0x52, 0x0b, 0x62, 0x31, 0x30, 0x30, 0x43, 0x6f,
+ 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x42, 0x09, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64,
+ 0x22, 0x74, 0x0a, 0x15, 0x41, 0x62, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x65, 0x56, 0x6f, 0x6c, 0x75,
+ 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x45, 0x0a, 0x05, 0x6d, 0x6f, 0x64,
+ 0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2f, 0x2e, 0x66, 0x75, 0x68, 0x72, 0x79,
+ 0x2e, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
+ 0x2e, 0x62, 0x72, 0x79, 0x73, 0x74, 0x6f, 0x6e, 0x5f, 0x63, 0x74, 0x6c, 0x2e, 0x42, 0x72, 0x79,
+ 0x73, 0x74, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c,
+ 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52,
+ 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x22, 0x45, 0x0a, 0x0f, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
+ 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63,
+ 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63,
+ 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2a, 0xd9, 0x03,
+ 0x0a, 0x0b, 0x42, 0x31, 0x30, 0x30, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x12, 0x0d, 0x0a,
+ 0x09, 0x50, 0x4f, 0x57, 0x45, 0x52, 0x5f, 0x4f, 0x46, 0x46, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c,
+ 0x53, 0x52, 0x43, 0x5f, 0x41, 0x4e, 0x41, 0x4c, 0x4f, 0x47, 0x5f, 0x31, 0x10, 0x01, 0x12, 0x10,
+ 0x0a, 0x0c, 0x53, 0x52, 0x43, 0x5f, 0x41, 0x4e, 0x41, 0x4c, 0x4f, 0x47, 0x5f, 0x32, 0x10, 0x02,
+ 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x52, 0x43, 0x5f, 0x41, 0x4e, 0x41, 0x4c, 0x4f, 0x47, 0x5f, 0x33,
+ 0x10, 0x03, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x52, 0x43, 0x5f, 0x41, 0x4e, 0x41, 0x4c, 0x4f, 0x47,
+ 0x5f, 0x34, 0x10, 0x04, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x52, 0x43, 0x5f, 0x41, 0x4e, 0x41, 0x4c,
+ 0x4f, 0x47, 0x5f, 0x35, 0x10, 0x05, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x52, 0x43, 0x5f, 0x41, 0x4e,
+ 0x41, 0x4c, 0x4f, 0x47, 0x5f, 0x36, 0x10, 0x06, 0x12, 0x0d, 0x0a, 0x09, 0x56, 0x4f, 0x4c, 0x55,
+ 0x4d, 0x45, 0x5f, 0x55, 0x50, 0x10, 0x07, 0x12, 0x0f, 0x0a, 0x0b, 0x56, 0x4f, 0x4c, 0x55, 0x4d,
+ 0x45, 0x5f, 0x44, 0x4f, 0x57, 0x4e, 0x10, 0x08, 0x12, 0x10, 0x0a, 0x0c, 0x50, 0x4f, 0x57, 0x45,
+ 0x52, 0x5f, 0x54, 0x4f, 0x47, 0x47, 0x4c, 0x45, 0x10, 0x0f, 0x12, 0x10, 0x0a, 0x0c, 0x42, 0x41,
+ 0x4c, 0x41, 0x4e, 0x43, 0x45, 0x5f, 0x4c, 0x45, 0x46, 0x54, 0x10, 0x13, 0x12, 0x11, 0x0a, 0x0d,
+ 0x42, 0x41, 0x4c, 0x41, 0x4e, 0x43, 0x45, 0x5f, 0x52, 0x49, 0x47, 0x48, 0x54, 0x10, 0x14, 0x12,
+ 0x0c, 0x0a, 0x08, 0x50, 0x4f, 0x57, 0x45, 0x52, 0x5f, 0x4f, 0x4e, 0x10, 0x1d, 0x12, 0x0b, 0x0a,
+ 0x07, 0x4d, 0x55, 0x54, 0x45, 0x5f, 0x4f, 0x4e, 0x10, 0x3a, 0x12, 0x0c, 0x0a, 0x08, 0x4d, 0x55,
+ 0x54, 0x45, 0x5f, 0x4f, 0x46, 0x46, 0x10, 0x3b, 0x12, 0x11, 0x0a, 0x0d, 0x52, 0x45, 0x43, 0x4f,
+ 0x52, 0x44, 0x5f, 0x54, 0x4f, 0x47, 0x47, 0x4c, 0x45, 0x10, 0x3d, 0x12, 0x0d, 0x0a, 0x09, 0x52,
+ 0x45, 0x43, 0x4f, 0x52, 0x44, 0x5f, 0x4f, 0x4e, 0x10, 0x3e, 0x12, 0x0e, 0x0a, 0x0a, 0x52, 0x45,
+ 0x43, 0x4f, 0x52, 0x44, 0x5f, 0x4f, 0x46, 0x46, 0x10, 0x3f, 0x12, 0x11, 0x0a, 0x0d, 0x53, 0x52,
+ 0x43, 0x5f, 0x44, 0x49, 0x47, 0x49, 0x54, 0x41, 0x4c, 0x5f, 0x31, 0x10, 0x51, 0x12, 0x11, 0x0a,
+ 0x0d, 0x53, 0x52, 0x43, 0x5f, 0x44, 0x49, 0x47, 0x49, 0x54, 0x41, 0x4c, 0x5f, 0x32, 0x10, 0x52,
+ 0x12, 0x11, 0x0a, 0x0d, 0x53, 0x52, 0x43, 0x5f, 0x44, 0x49, 0x47, 0x49, 0x54, 0x41, 0x4c, 0x5f,
+ 0x33, 0x10, 0x53, 0x12, 0x11, 0x0a, 0x0d, 0x53, 0x52, 0x43, 0x5f, 0x44, 0x49, 0x47, 0x49, 0x54,
+ 0x41, 0x4c, 0x5f, 0x34, 0x10, 0x54, 0x12, 0x14, 0x0a, 0x0f, 0x50, 0x41, 0x53, 0x53, 0x54, 0x48,
+ 0x52, 0x4f, 0x55, 0x47, 0x48, 0x5f, 0x53, 0x45, 0x54, 0x10, 0xf5, 0x01, 0x12, 0x12, 0x0a, 0x0d,
+ 0x54, 0x52, 0x49, 0x47, 0x47, 0x45, 0x52, 0x5f, 0x32, 0x5f, 0x53, 0x45, 0x54, 0x10, 0xf7, 0x01,
+ 0x12, 0x14, 0x0a, 0x0f, 0x54, 0x52, 0x49, 0x47, 0x47, 0x45, 0x52, 0x5f, 0x32, 0x5f, 0x43, 0x4c,
+ 0x45, 0x41, 0x52, 0x10, 0xf8, 0x01, 0x12, 0x11, 0x0a, 0x0c, 0x4d, 0x41, 0x53, 0x54, 0x45, 0x52,
+ 0x5f, 0x52, 0x45, 0x53, 0x45, 0x54, 0x10, 0xff, 0x01, 0x2a, 0x25, 0x0a, 0x0c, 0x42, 0x72, 0x79,
+ 0x73, 0x74, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56,
+ 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x42, 0x31, 0x30, 0x30, 0x10, 0x01,
+ 0x32, 0x94, 0x02, 0x0a, 0x1b, 0x42, 0x72, 0x79, 0x73, 0x74, 0x6f, 0x6e, 0x52, 0x65, 0x6d, 0x6f,
+ 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
+ 0x12, 0x72, 0x0a, 0x07, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x12, 0x31, 0x2e, 0x66, 0x75,
+ 0x68, 0x72, 0x79, 0x2e, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x2e, 0x73, 0x65, 0x72, 0x76,
+ 0x69, 0x63, 0x65, 0x2e, 0x62, 0x72, 0x79, 0x73, 0x74, 0x6f, 0x6e, 0x5f, 0x63, 0x74, 0x6c, 0x2e,
+ 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32,
+ 0x2e, 0x66, 0x75, 0x68, 0x72, 0x79, 0x2e, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x2e, 0x73,
+ 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x62, 0x72, 0x79, 0x73, 0x74, 0x6f, 0x6e, 0x5f, 0x63,
+ 0x74, 0x6c, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
+ 0x73, 0x65, 0x22, 0x00, 0x12, 0x80, 0x01, 0x0a, 0x0e, 0x41, 0x62, 0x73, 0x6f, 0x6c, 0x75, 0x74,
+ 0x65, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x12, 0x38, 0x2e, 0x66, 0x75, 0x68, 0x72, 0x79, 0x2e,
+ 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e,
+ 0x62, 0x72, 0x79, 0x73, 0x74, 0x6f, 0x6e, 0x5f, 0x63, 0x74, 0x6c, 0x2e, 0x41, 0x62, 0x73, 0x6f,
+ 0x6c, 0x75, 0x74, 0x65, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x1a, 0x32, 0x2e, 0x66, 0x75, 0x68, 0x72, 0x79, 0x2e, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d,
+ 0x65, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x62, 0x72, 0x79, 0x73, 0x74, 0x6f,
+ 0x6e, 0x5f, 0x63, 0x74, 0x6c, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x52, 0x65, 0x73,
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x51, 0x5a, 0x2e, 0x67, 0x6f, 0x2e, 0x66, 0x75,
+ 0x68, 0x72, 0x79, 0x2e, 0x64, 0x65, 0x76, 0x2f, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x2f,
+ 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x62, 0x72,
+ 0x79, 0x73, 0x74, 0x6f, 0x6e, 0x5f, 0x63, 0x74, 0x6c, 0xca, 0x02, 0x1e, 0x66, 0x75, 0x68, 0x72,
+ 0x79, 0x5c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x5c, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5c,
+ 0x42, 0x72, 0x79, 0x73, 0x74, 0x6f, 0x6e, 0x43, 0x74, 0x6c, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
+ 0x6f, 0x33,
+})
+
+var (
+ file_bryston_ctl_proto_rawDescOnce sync.Once
+ file_bryston_ctl_proto_rawDescData []byte
+)
+
+func file_bryston_ctl_proto_rawDescGZIP() []byte {
+ file_bryston_ctl_proto_rawDescOnce.Do(func() {
+ file_bryston_ctl_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_bryston_ctl_proto_rawDesc), len(file_bryston_ctl_proto_rawDesc)))
+ })
+ return file_bryston_ctl_proto_rawDescData
+}
+
+var file_bryston_ctl_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
+var file_bryston_ctl_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
+var file_bryston_ctl_proto_goTypes = []any{
+ (B100Command)(0), // 0: fuhry.runtime.service.bryston_ctl.B100Command
+ (BrystonModel)(0), // 1: fuhry.runtime.service.bryston_ctl.BrystonModel
+ (*CommandRequest)(nil), // 2: fuhry.runtime.service.bryston_ctl.CommandRequest
+ (*AbsoluteVolumeRequest)(nil), // 3: fuhry.runtime.service.bryston_ctl.AbsoluteVolumeRequest
+ (*CommandResponse)(nil), // 4: fuhry.runtime.service.bryston_ctl.CommandResponse
+}
+var file_bryston_ctl_proto_depIdxs = []int32{
+ 1, // 0: fuhry.runtime.service.bryston_ctl.CommandRequest.model:type_name -> fuhry.runtime.service.bryston_ctl.BrystonModel
+ 0, // 1: fuhry.runtime.service.bryston_ctl.CommandRequest.b100_command:type_name -> fuhry.runtime.service.bryston_ctl.B100Command
+ 1, // 2: fuhry.runtime.service.bryston_ctl.AbsoluteVolumeRequest.model:type_name -> fuhry.runtime.service.bryston_ctl.BrystonModel
+ 2, // 3: fuhry.runtime.service.bryston_ctl.BrystonRemoteControlService.Command:input_type -> fuhry.runtime.service.bryston_ctl.CommandRequest
+ 3, // 4: fuhry.runtime.service.bryston_ctl.BrystonRemoteControlService.AbsoluteVolume:input_type -> fuhry.runtime.service.bryston_ctl.AbsoluteVolumeRequest
+ 4, // 5: fuhry.runtime.service.bryston_ctl.BrystonRemoteControlService.Command:output_type -> fuhry.runtime.service.bryston_ctl.CommandResponse
+ 4, // 6: fuhry.runtime.service.bryston_ctl.BrystonRemoteControlService.AbsoluteVolume:output_type -> fuhry.runtime.service.bryston_ctl.CommandResponse
+ 5, // [5:7] is the sub-list for method output_type
+ 3, // [3:5] is the sub-list for method input_type
+ 3, // [3:3] is the sub-list for extension type_name
+ 3, // [3:3] is the sub-list for extension extendee
+ 0, // [0:3] is the sub-list for field type_name
+}
+
+func init() { file_bryston_ctl_proto_init() }
+func file_bryston_ctl_proto_init() {
+ if File_bryston_ctl_proto != nil {
+ return
+ }
+ file_bryston_ctl_proto_msgTypes[0].OneofWrappers = []any{
+ (*CommandRequest_B100Command)(nil),
+ }
+ type x struct{}
+ out := protoimpl.TypeBuilder{
+ File: protoimpl.DescBuilder{
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
+ RawDescriptor: unsafe.Slice(unsafe.StringData(file_bryston_ctl_proto_rawDesc), len(file_bryston_ctl_proto_rawDesc)),
+ NumEnums: 2,
+ NumMessages: 3,
+ NumExtensions: 0,
+ NumServices: 1,
+ },
+ GoTypes: file_bryston_ctl_proto_goTypes,
+ DependencyIndexes: file_bryston_ctl_proto_depIdxs,
+ EnumInfos: file_bryston_ctl_proto_enumTypes,
+ MessageInfos: file_bryston_ctl_proto_msgTypes,
+ }.Build()
+ File_bryston_ctl_proto = out.File
+ file_bryston_ctl_proto_goTypes = nil
+ file_bryston_ctl_proto_depIdxs = nil
+}