Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const ControlButtonService_DescribeContents_FullMethodName + const ControlButtonService_GetActionDescription_FullMethodName + const ControlButtonService_IsChecked_FullMethodName + const ControlButtonService_NewControlButton_FullMethodName + const ControlButtonService_WriteToParcel_FullMethodName + const ControlTemplateService_GetErrorTemplate_FullMethodName + const ControlTemplateService_GetNoTemplateObject_FullMethodName + const ControlTemplateService_GetTemplateId_FullMethodName + const ControlTemplateService_GetTemplateType_FullMethodName + const RangeTemplateService_GetCurrentValue_FullMethodName + const RangeTemplateService_GetFormatString_FullMethodName + const RangeTemplateService_GetMaxValue_FullMethodName + const RangeTemplateService_GetMinValue_FullMethodName + const RangeTemplateService_GetStepValue_FullMethodName + const RangeTemplateService_GetTemplateType_FullMethodName + const RangeTemplateService_NewRangeTemplate_FullMethodName + const StatelessTemplateService_GetTemplateType_FullMethodName + const StatelessTemplateService_NewStatelessTemplate_FullMethodName + const TemperatureControlTemplateService_GetCurrentActiveMode_FullMethodName + const TemperatureControlTemplateService_GetCurrentMode_FullMethodName + const TemperatureControlTemplateService_GetModes_FullMethodName + const TemperatureControlTemplateService_GetTemplateType_FullMethodName + const TemperatureControlTemplateService_GetTemplate_FullMethodName + const TemperatureControlTemplateService_NewTemperatureControlTemplate_FullMethodName + const ThumbnailTemplateService_GetContentDescription_FullMethodName + const ThumbnailTemplateService_GetTemplateType_FullMethodName + const ThumbnailTemplateService_GetThumbnail_FullMethodName + const ThumbnailTemplateService_IsActive_FullMethodName + const ThumbnailTemplateService_NewThumbnailTemplate_FullMethodName + const ToggleRangeTemplateService_GetActionDescription_FullMethodName + const ToggleRangeTemplateService_GetRange_FullMethodName + const ToggleRangeTemplateService_GetTemplateType_FullMethodName + const ToggleRangeTemplateService_IsChecked_FullMethodName + const ToggleRangeTemplateService_NewToggleRangeTemplate_FullMethodName + const ToggleTemplateService_GetContentDescription_FullMethodName + const ToggleTemplateService_GetTemplateType_FullMethodName + const ToggleTemplateService_IsChecked_FullMethodName + const ToggleTemplateService_NewToggleTemplate_FullMethodName + var ControlButtonService_ServiceDesc = grpc.ServiceDesc + var ControlTemplateService_ServiceDesc = grpc.ServiceDesc + var File_proto_templates_templates_proto protoreflect.FileDescriptor + var RangeTemplateService_ServiceDesc = grpc.ServiceDesc + var StatelessTemplateService_ServiceDesc = grpc.ServiceDesc + var TemperatureControlTemplateService_ServiceDesc = grpc.ServiceDesc + var ThumbnailTemplateService_ServiceDesc = grpc.ServiceDesc + var ToggleRangeTemplateService_ServiceDesc = grpc.ServiceDesc + var ToggleTemplateService_ServiceDesc = grpc.ServiceDesc + func RegisterControlButtonServiceServer(s grpc.ServiceRegistrar, srv ControlButtonServiceServer) + func RegisterControlTemplateServiceServer(s grpc.ServiceRegistrar, srv ControlTemplateServiceServer) + func RegisterRangeTemplateServiceServer(s grpc.ServiceRegistrar, srv RangeTemplateServiceServer) + func RegisterStatelessTemplateServiceServer(s grpc.ServiceRegistrar, srv StatelessTemplateServiceServer) + func RegisterTemperatureControlTemplateServiceServer(s grpc.ServiceRegistrar, srv TemperatureControlTemplateServiceServer) + func RegisterThumbnailTemplateServiceServer(s grpc.ServiceRegistrar, srv ThumbnailTemplateServiceServer) + func RegisterToggleRangeTemplateServiceServer(s grpc.ServiceRegistrar, srv ToggleRangeTemplateServiceServer) + func RegisterToggleTemplateServiceServer(s grpc.ServiceRegistrar, srv ToggleTemplateServiceServer) + type ControlButtonServiceClient interface + DescribeContents func(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error) + GetActionDescription func(ctx context.Context, in *GetActionDescriptionRequest, opts ...grpc.CallOption) (*GetActionDescriptionResponse, error) + IsChecked func(ctx context.Context, in *IsCheckedRequest, opts ...grpc.CallOption) (*IsCheckedResponse, error) + NewControlButton func(ctx context.Context, in *NewControlButtonRequest, opts ...grpc.CallOption) (*NewControlButtonResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewControlButtonServiceClient(cc grpc.ClientConnInterface) ControlButtonServiceClient + type ControlButtonServiceServer interface + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + GetActionDescription func(context.Context, *GetActionDescriptionRequest) (*GetActionDescriptionResponse, error) + IsChecked func(context.Context, *IsCheckedRequest) (*IsCheckedResponse, error) + NewControlButton func(context.Context, *NewControlButtonRequest) (*NewControlButtonResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type ControlTemplateGetTemplateTypeRequest struct + func (*ControlTemplateGetTemplateTypeRequest) Descriptor() ([]byte, []int) + func (*ControlTemplateGetTemplateTypeRequest) ProtoMessage() + func (x *ControlTemplateGetTemplateTypeRequest) ProtoReflect() protoreflect.Message + func (x *ControlTemplateGetTemplateTypeRequest) Reset() + func (x *ControlTemplateGetTemplateTypeRequest) String() string + type ControlTemplateServiceClient interface + GetErrorTemplate func(ctx context.Context, in *GetErrorTemplateRequest, opts ...grpc.CallOption) (*GetErrorTemplateResponse, error) + GetNoTemplateObject func(ctx context.Context, in *GetNoTemplateObjectRequest, opts ...grpc.CallOption) (*GetNoTemplateObjectResponse, error) + GetTemplateId func(ctx context.Context, in *GetTemplateIdRequest, opts ...grpc.CallOption) (*GetTemplateIdResponse, error) + GetTemplateType func(ctx context.Context, in *ControlTemplateGetTemplateTypeRequest, ...) (*GetTemplateTypeResponse, error) + func NewControlTemplateServiceClient(cc grpc.ClientConnInterface) ControlTemplateServiceClient + type ControlTemplateServiceServer interface + GetErrorTemplate func(context.Context, *GetErrorTemplateRequest) (*GetErrorTemplateResponse, error) + GetNoTemplateObject func(context.Context, *GetNoTemplateObjectRequest) (*GetNoTemplateObjectResponse, error) + GetTemplateId func(context.Context, *GetTemplateIdRequest) (*GetTemplateIdResponse, error) + GetTemplateType func(context.Context, *ControlTemplateGetTemplateTypeRequest) (*GetTemplateTypeResponse, error) + type DescribeContentsRequest struct + Handle int64 + func (*DescribeContentsRequest) Descriptor() ([]byte, []int) + func (*DescribeContentsRequest) ProtoMessage() + func (x *DescribeContentsRequest) GetHandle() int64 + func (x *DescribeContentsRequest) ProtoReflect() protoreflect.Message + func (x *DescribeContentsRequest) Reset() + func (x *DescribeContentsRequest) String() string + type DescribeContentsResponse struct + Result int32 + func (*DescribeContentsResponse) Descriptor() ([]byte, []int) + func (*DescribeContentsResponse) ProtoMessage() + func (x *DescribeContentsResponse) GetResult() int32 + func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message + func (x *DescribeContentsResponse) Reset() + func (x *DescribeContentsResponse) String() string + type GetActionDescriptionRequest struct + Handle int64 + func (*GetActionDescriptionRequest) Descriptor() ([]byte, []int) + func (*GetActionDescriptionRequest) ProtoMessage() + func (x *GetActionDescriptionRequest) GetHandle() int64 + func (x *GetActionDescriptionRequest) ProtoReflect() protoreflect.Message + func (x *GetActionDescriptionRequest) Reset() + func (x *GetActionDescriptionRequest) String() string + type GetActionDescriptionResponse struct + Result int64 + func (*GetActionDescriptionResponse) Descriptor() ([]byte, []int) + func (*GetActionDescriptionResponse) ProtoMessage() + func (x *GetActionDescriptionResponse) GetResult() int64 + func (x *GetActionDescriptionResponse) ProtoReflect() protoreflect.Message + func (x *GetActionDescriptionResponse) Reset() + func (x *GetActionDescriptionResponse) String() string + type GetContentDescriptionRequest struct + Handle int64 + func (*GetContentDescriptionRequest) Descriptor() ([]byte, []int) + func (*GetContentDescriptionRequest) ProtoMessage() + func (x *GetContentDescriptionRequest) GetHandle() int64 + func (x *GetContentDescriptionRequest) ProtoReflect() protoreflect.Message + func (x *GetContentDescriptionRequest) Reset() + func (x *GetContentDescriptionRequest) String() string + type GetContentDescriptionResponse struct + Result int64 + func (*GetContentDescriptionResponse) Descriptor() ([]byte, []int) + func (*GetContentDescriptionResponse) ProtoMessage() + func (x *GetContentDescriptionResponse) GetResult() int64 + func (x *GetContentDescriptionResponse) ProtoReflect() protoreflect.Message + func (x *GetContentDescriptionResponse) Reset() + func (x *GetContentDescriptionResponse) String() string + type GetCurrentActiveModeRequest struct + Handle int64 + func (*GetCurrentActiveModeRequest) Descriptor() ([]byte, []int) + func (*GetCurrentActiveModeRequest) ProtoMessage() + func (x *GetCurrentActiveModeRequest) GetHandle() int64 + func (x *GetCurrentActiveModeRequest) ProtoReflect() protoreflect.Message + func (x *GetCurrentActiveModeRequest) Reset() + func (x *GetCurrentActiveModeRequest) String() string + type GetCurrentActiveModeResponse struct + Result int32 + func (*GetCurrentActiveModeResponse) Descriptor() ([]byte, []int) + func (*GetCurrentActiveModeResponse) ProtoMessage() + func (x *GetCurrentActiveModeResponse) GetResult() int32 + func (x *GetCurrentActiveModeResponse) ProtoReflect() protoreflect.Message + func (x *GetCurrentActiveModeResponse) Reset() + func (x *GetCurrentActiveModeResponse) String() string + type GetCurrentModeRequest struct + Handle int64 + func (*GetCurrentModeRequest) Descriptor() ([]byte, []int) + func (*GetCurrentModeRequest) ProtoMessage() + func (x *GetCurrentModeRequest) GetHandle() int64 + func (x *GetCurrentModeRequest) ProtoReflect() protoreflect.Message + func (x *GetCurrentModeRequest) Reset() + func (x *GetCurrentModeRequest) String() string + type GetCurrentModeResponse struct + Result int32 + func (*GetCurrentModeResponse) Descriptor() ([]byte, []int) + func (*GetCurrentModeResponse) ProtoMessage() + func (x *GetCurrentModeResponse) GetResult() int32 + func (x *GetCurrentModeResponse) ProtoReflect() protoreflect.Message + func (x *GetCurrentModeResponse) Reset() + func (x *GetCurrentModeResponse) String() string + type GetCurrentValueRequest struct + Handle int64 + func (*GetCurrentValueRequest) Descriptor() ([]byte, []int) + func (*GetCurrentValueRequest) ProtoMessage() + func (x *GetCurrentValueRequest) GetHandle() int64 + func (x *GetCurrentValueRequest) ProtoReflect() protoreflect.Message + func (x *GetCurrentValueRequest) Reset() + func (x *GetCurrentValueRequest) String() string + type GetCurrentValueResponse struct + Result float32 + func (*GetCurrentValueResponse) Descriptor() ([]byte, []int) + func (*GetCurrentValueResponse) ProtoMessage() + func (x *GetCurrentValueResponse) GetResult() float32 + func (x *GetCurrentValueResponse) ProtoReflect() protoreflect.Message + func (x *GetCurrentValueResponse) Reset() + func (x *GetCurrentValueResponse) String() string + type GetErrorTemplateRequest struct + func (*GetErrorTemplateRequest) Descriptor() ([]byte, []int) + func (*GetErrorTemplateRequest) ProtoMessage() + func (x *GetErrorTemplateRequest) ProtoReflect() protoreflect.Message + func (x *GetErrorTemplateRequest) Reset() + func (x *GetErrorTemplateRequest) String() string + type GetErrorTemplateResponse struct + Result int64 + func (*GetErrorTemplateResponse) Descriptor() ([]byte, []int) + func (*GetErrorTemplateResponse) ProtoMessage() + func (x *GetErrorTemplateResponse) GetResult() int64 + func (x *GetErrorTemplateResponse) ProtoReflect() protoreflect.Message + func (x *GetErrorTemplateResponse) Reset() + func (x *GetErrorTemplateResponse) String() string + type GetFormatStringRequest struct + Handle int64 + func (*GetFormatStringRequest) Descriptor() ([]byte, []int) + func (*GetFormatStringRequest) ProtoMessage() + func (x *GetFormatStringRequest) GetHandle() int64 + func (x *GetFormatStringRequest) ProtoReflect() protoreflect.Message + func (x *GetFormatStringRequest) Reset() + func (x *GetFormatStringRequest) String() string + type GetFormatStringResponse struct + Result int64 + func (*GetFormatStringResponse) Descriptor() ([]byte, []int) + func (*GetFormatStringResponse) ProtoMessage() + func (x *GetFormatStringResponse) GetResult() int64 + func (x *GetFormatStringResponse) ProtoReflect() protoreflect.Message + func (x *GetFormatStringResponse) Reset() + func (x *GetFormatStringResponse) String() string + type GetMaxValueRequest struct + Handle int64 + func (*GetMaxValueRequest) Descriptor() ([]byte, []int) + func (*GetMaxValueRequest) ProtoMessage() + func (x *GetMaxValueRequest) GetHandle() int64 + func (x *GetMaxValueRequest) ProtoReflect() protoreflect.Message + func (x *GetMaxValueRequest) Reset() + func (x *GetMaxValueRequest) String() string + type GetMaxValueResponse struct + Result float32 + func (*GetMaxValueResponse) Descriptor() ([]byte, []int) + func (*GetMaxValueResponse) ProtoMessage() + func (x *GetMaxValueResponse) GetResult() float32 + func (x *GetMaxValueResponse) ProtoReflect() protoreflect.Message + func (x *GetMaxValueResponse) Reset() + func (x *GetMaxValueResponse) String() string + type GetMinValueRequest struct + Handle int64 + func (*GetMinValueRequest) Descriptor() ([]byte, []int) + func (*GetMinValueRequest) ProtoMessage() + func (x *GetMinValueRequest) GetHandle() int64 + func (x *GetMinValueRequest) ProtoReflect() protoreflect.Message + func (x *GetMinValueRequest) Reset() + func (x *GetMinValueRequest) String() string + type GetMinValueResponse struct + Result float32 + func (*GetMinValueResponse) Descriptor() ([]byte, []int) + func (*GetMinValueResponse) ProtoMessage() + func (x *GetMinValueResponse) GetResult() float32 + func (x *GetMinValueResponse) ProtoReflect() protoreflect.Message + func (x *GetMinValueResponse) Reset() + func (x *GetMinValueResponse) String() string + type GetModesRequest struct + Handle int64 + func (*GetModesRequest) Descriptor() ([]byte, []int) + func (*GetModesRequest) ProtoMessage() + func (x *GetModesRequest) GetHandle() int64 + func (x *GetModesRequest) ProtoReflect() protoreflect.Message + func (x *GetModesRequest) Reset() + func (x *GetModesRequest) String() string + type GetModesResponse struct + Result int32 + func (*GetModesResponse) Descriptor() ([]byte, []int) + func (*GetModesResponse) ProtoMessage() + func (x *GetModesResponse) GetResult() int32 + func (x *GetModesResponse) ProtoReflect() protoreflect.Message + func (x *GetModesResponse) Reset() + func (x *GetModesResponse) String() string + type GetNoTemplateObjectRequest struct + func (*GetNoTemplateObjectRequest) Descriptor() ([]byte, []int) + func (*GetNoTemplateObjectRequest) ProtoMessage() + func (x *GetNoTemplateObjectRequest) ProtoReflect() protoreflect.Message + func (x *GetNoTemplateObjectRequest) Reset() + func (x *GetNoTemplateObjectRequest) String() string + type GetNoTemplateObjectResponse struct + Result int64 + func (*GetNoTemplateObjectResponse) Descriptor() ([]byte, []int) + func (*GetNoTemplateObjectResponse) ProtoMessage() + func (x *GetNoTemplateObjectResponse) GetResult() int64 + func (x *GetNoTemplateObjectResponse) ProtoReflect() protoreflect.Message + func (x *GetNoTemplateObjectResponse) Reset() + func (x *GetNoTemplateObjectResponse) String() string + type GetRangeRequest struct + Handle int64 + func (*GetRangeRequest) Descriptor() ([]byte, []int) + func (*GetRangeRequest) ProtoMessage() + func (x *GetRangeRequest) GetHandle() int64 + func (x *GetRangeRequest) ProtoReflect() protoreflect.Message + func (x *GetRangeRequest) Reset() + func (x *GetRangeRequest) String() string + type GetRangeResponse struct + Result int64 + func (*GetRangeResponse) Descriptor() ([]byte, []int) + func (*GetRangeResponse) ProtoMessage() + func (x *GetRangeResponse) GetResult() int64 + func (x *GetRangeResponse) ProtoReflect() protoreflect.Message + func (x *GetRangeResponse) Reset() + func (x *GetRangeResponse) String() string + type GetStepValueRequest struct + Handle int64 + func (*GetStepValueRequest) Descriptor() ([]byte, []int) + func (*GetStepValueRequest) ProtoMessage() + func (x *GetStepValueRequest) GetHandle() int64 + func (x *GetStepValueRequest) ProtoReflect() protoreflect.Message + func (x *GetStepValueRequest) Reset() + func (x *GetStepValueRequest) String() string + type GetStepValueResponse struct + Result float32 + func (*GetStepValueResponse) Descriptor() ([]byte, []int) + func (*GetStepValueResponse) ProtoMessage() + func (x *GetStepValueResponse) GetResult() float32 + func (x *GetStepValueResponse) ProtoReflect() protoreflect.Message + func (x *GetStepValueResponse) Reset() + func (x *GetStepValueResponse) String() string + type GetTemplateIdRequest struct + func (*GetTemplateIdRequest) Descriptor() ([]byte, []int) + func (*GetTemplateIdRequest) ProtoMessage() + func (x *GetTemplateIdRequest) ProtoReflect() protoreflect.Message + func (x *GetTemplateIdRequest) Reset() + func (x *GetTemplateIdRequest) String() string + type GetTemplateIdResponse struct + Result string + func (*GetTemplateIdResponse) Descriptor() ([]byte, []int) + func (*GetTemplateIdResponse) ProtoMessage() + func (x *GetTemplateIdResponse) GetResult() string + func (x *GetTemplateIdResponse) ProtoReflect() protoreflect.Message + func (x *GetTemplateIdResponse) Reset() + func (x *GetTemplateIdResponse) String() string + type GetTemplateRequest struct + Handle int64 + func (*GetTemplateRequest) Descriptor() ([]byte, []int) + func (*GetTemplateRequest) ProtoMessage() + func (x *GetTemplateRequest) GetHandle() int64 + func (x *GetTemplateRequest) ProtoReflect() protoreflect.Message + func (x *GetTemplateRequest) Reset() + func (x *GetTemplateRequest) String() string + type GetTemplateResponse struct + Result int64 + func (*GetTemplateResponse) Descriptor() ([]byte, []int) + func (*GetTemplateResponse) ProtoMessage() + func (x *GetTemplateResponse) GetResult() int64 + func (x *GetTemplateResponse) ProtoReflect() protoreflect.Message + func (x *GetTemplateResponse) Reset() + func (x *GetTemplateResponse) String() string + type GetTemplateTypeRequest struct + Handle int64 + func (*GetTemplateTypeRequest) Descriptor() ([]byte, []int) + func (*GetTemplateTypeRequest) ProtoMessage() + func (x *GetTemplateTypeRequest) GetHandle() int64 + func (x *GetTemplateTypeRequest) ProtoReflect() protoreflect.Message + func (x *GetTemplateTypeRequest) Reset() + func (x *GetTemplateTypeRequest) String() string + type GetTemplateTypeResponse struct + Result int32 + func (*GetTemplateTypeResponse) Descriptor() ([]byte, []int) + func (*GetTemplateTypeResponse) ProtoMessage() + func (x *GetTemplateTypeResponse) GetResult() int32 + func (x *GetTemplateTypeResponse) ProtoReflect() protoreflect.Message + func (x *GetTemplateTypeResponse) Reset() + func (x *GetTemplateTypeResponse) String() string + type GetThumbnailRequest struct + Handle int64 + func (*GetThumbnailRequest) Descriptor() ([]byte, []int) + func (*GetThumbnailRequest) ProtoMessage() + func (x *GetThumbnailRequest) GetHandle() int64 + func (x *GetThumbnailRequest) ProtoReflect() protoreflect.Message + func (x *GetThumbnailRequest) Reset() + func (x *GetThumbnailRequest) String() string + type GetThumbnailResponse struct + Result int64 + func (*GetThumbnailResponse) Descriptor() ([]byte, []int) + func (*GetThumbnailResponse) ProtoMessage() + func (x *GetThumbnailResponse) GetResult() int64 + func (x *GetThumbnailResponse) ProtoReflect() protoreflect.Message + func (x *GetThumbnailResponse) Reset() + func (x *GetThumbnailResponse) String() string + type IsActiveRequest struct + Handle int64 + func (*IsActiveRequest) Descriptor() ([]byte, []int) + func (*IsActiveRequest) ProtoMessage() + func (x *IsActiveRequest) GetHandle() int64 + func (x *IsActiveRequest) ProtoReflect() protoreflect.Message + func (x *IsActiveRequest) Reset() + func (x *IsActiveRequest) String() string + type IsActiveResponse struct + Result bool + func (*IsActiveResponse) Descriptor() ([]byte, []int) + func (*IsActiveResponse) ProtoMessage() + func (x *IsActiveResponse) GetResult() bool + func (x *IsActiveResponse) ProtoReflect() protoreflect.Message + func (x *IsActiveResponse) Reset() + func (x *IsActiveResponse) String() string + type IsCheckedRequest struct + Handle int64 + func (*IsCheckedRequest) Descriptor() ([]byte, []int) + func (*IsCheckedRequest) ProtoMessage() + func (x *IsCheckedRequest) GetHandle() int64 + func (x *IsCheckedRequest) ProtoReflect() protoreflect.Message + func (x *IsCheckedRequest) Reset() + func (x *IsCheckedRequest) String() string + type IsCheckedResponse struct + Result bool + func (*IsCheckedResponse) Descriptor() ([]byte, []int) + func (*IsCheckedResponse) ProtoMessage() + func (x *IsCheckedResponse) GetResult() bool + func (x *IsCheckedResponse) ProtoReflect() protoreflect.Message + func (x *IsCheckedResponse) Reset() + func (x *IsCheckedResponse) String() string + type NewControlButtonRequest struct + Arg0 bool + Arg1 string + func (*NewControlButtonRequest) Descriptor() ([]byte, []int) + func (*NewControlButtonRequest) ProtoMessage() + func (x *NewControlButtonRequest) GetArg0() bool + func (x *NewControlButtonRequest) GetArg1() string + func (x *NewControlButtonRequest) ProtoReflect() protoreflect.Message + func (x *NewControlButtonRequest) Reset() + func (x *NewControlButtonRequest) String() string + type NewControlButtonResponse struct + Result int64 + func (*NewControlButtonResponse) Descriptor() ([]byte, []int) + func (*NewControlButtonResponse) ProtoMessage() + func (x *NewControlButtonResponse) GetResult() int64 + func (x *NewControlButtonResponse) ProtoReflect() protoreflect.Message + func (x *NewControlButtonResponse) Reset() + func (x *NewControlButtonResponse) String() string + type NewRangeTemplateRequest struct + Arg0 string + Arg1 float32 + Arg2 float32 + Arg3 float32 + Arg4 float32 + Arg5 string + func (*NewRangeTemplateRequest) Descriptor() ([]byte, []int) + func (*NewRangeTemplateRequest) ProtoMessage() + func (x *NewRangeTemplateRequest) GetArg0() string + func (x *NewRangeTemplateRequest) GetArg1() float32 + func (x *NewRangeTemplateRequest) GetArg2() float32 + func (x *NewRangeTemplateRequest) GetArg3() float32 + func (x *NewRangeTemplateRequest) GetArg4() float32 + func (x *NewRangeTemplateRequest) GetArg5() string + func (x *NewRangeTemplateRequest) ProtoReflect() protoreflect.Message + func (x *NewRangeTemplateRequest) Reset() + func (x *NewRangeTemplateRequest) String() string + type NewRangeTemplateResponse struct + Result int64 + func (*NewRangeTemplateResponse) Descriptor() ([]byte, []int) + func (*NewRangeTemplateResponse) ProtoMessage() + func (x *NewRangeTemplateResponse) GetResult() int64 + func (x *NewRangeTemplateResponse) ProtoReflect() protoreflect.Message + func (x *NewRangeTemplateResponse) Reset() + func (x *NewRangeTemplateResponse) String() string + type NewStatelessTemplateRequest struct + Arg0 string + func (*NewStatelessTemplateRequest) Descriptor() ([]byte, []int) + func (*NewStatelessTemplateRequest) ProtoMessage() + func (x *NewStatelessTemplateRequest) GetArg0() string + func (x *NewStatelessTemplateRequest) ProtoReflect() protoreflect.Message + func (x *NewStatelessTemplateRequest) Reset() + func (x *NewStatelessTemplateRequest) String() string + type NewStatelessTemplateResponse struct + Result int64 + func (*NewStatelessTemplateResponse) Descriptor() ([]byte, []int) + func (*NewStatelessTemplateResponse) ProtoMessage() + func (x *NewStatelessTemplateResponse) GetResult() int64 + func (x *NewStatelessTemplateResponse) ProtoReflect() protoreflect.Message + func (x *NewStatelessTemplateResponse) Reset() + func (x *NewStatelessTemplateResponse) String() string + type NewTemperatureControlTemplateRequest struct + Arg0 string + Arg1 int64 + Arg2 int32 + Arg3 int32 + Arg4 int32 + func (*NewTemperatureControlTemplateRequest) Descriptor() ([]byte, []int) + func (*NewTemperatureControlTemplateRequest) ProtoMessage() + func (x *NewTemperatureControlTemplateRequest) GetArg0() string + func (x *NewTemperatureControlTemplateRequest) GetArg1() int64 + func (x *NewTemperatureControlTemplateRequest) GetArg2() int32 + func (x *NewTemperatureControlTemplateRequest) GetArg3() int32 + func (x *NewTemperatureControlTemplateRequest) GetArg4() int32 + func (x *NewTemperatureControlTemplateRequest) ProtoReflect() protoreflect.Message + func (x *NewTemperatureControlTemplateRequest) Reset() + func (x *NewTemperatureControlTemplateRequest) String() string + type NewTemperatureControlTemplateResponse struct + Result int64 + func (*NewTemperatureControlTemplateResponse) Descriptor() ([]byte, []int) + func (*NewTemperatureControlTemplateResponse) ProtoMessage() + func (x *NewTemperatureControlTemplateResponse) GetResult() int64 + func (x *NewTemperatureControlTemplateResponse) ProtoReflect() protoreflect.Message + func (x *NewTemperatureControlTemplateResponse) Reset() + func (x *NewTemperatureControlTemplateResponse) String() string + type NewThumbnailTemplateRequest struct + Arg0 string + Arg1 bool + Arg2 int64 + Arg3 string + func (*NewThumbnailTemplateRequest) Descriptor() ([]byte, []int) + func (*NewThumbnailTemplateRequest) ProtoMessage() + func (x *NewThumbnailTemplateRequest) GetArg0() string + func (x *NewThumbnailTemplateRequest) GetArg1() bool + func (x *NewThumbnailTemplateRequest) GetArg2() int64 + func (x *NewThumbnailTemplateRequest) GetArg3() string + func (x *NewThumbnailTemplateRequest) ProtoReflect() protoreflect.Message + func (x *NewThumbnailTemplateRequest) Reset() + func (x *NewThumbnailTemplateRequest) String() string + type NewThumbnailTemplateResponse struct + Result int64 + func (*NewThumbnailTemplateResponse) Descriptor() ([]byte, []int) + func (*NewThumbnailTemplateResponse) ProtoMessage() + func (x *NewThumbnailTemplateResponse) GetResult() int64 + func (x *NewThumbnailTemplateResponse) ProtoReflect() protoreflect.Message + func (x *NewThumbnailTemplateResponse) Reset() + func (x *NewThumbnailTemplateResponse) String() string + type NewToggleRangeTemplateRequest struct + Arg0 string + Arg1 int64 + Arg2 int64 + func (*NewToggleRangeTemplateRequest) Descriptor() ([]byte, []int) + func (*NewToggleRangeTemplateRequest) ProtoMessage() + func (x *NewToggleRangeTemplateRequest) GetArg0() string + func (x *NewToggleRangeTemplateRequest) GetArg1() int64 + func (x *NewToggleRangeTemplateRequest) GetArg2() int64 + func (x *NewToggleRangeTemplateRequest) ProtoReflect() protoreflect.Message + func (x *NewToggleRangeTemplateRequest) Reset() + func (x *NewToggleRangeTemplateRequest) String() string + type NewToggleRangeTemplateResponse struct + Result int64 + func (*NewToggleRangeTemplateResponse) Descriptor() ([]byte, []int) + func (*NewToggleRangeTemplateResponse) ProtoMessage() + func (x *NewToggleRangeTemplateResponse) GetResult() int64 + func (x *NewToggleRangeTemplateResponse) ProtoReflect() protoreflect.Message + func (x *NewToggleRangeTemplateResponse) Reset() + func (x *NewToggleRangeTemplateResponse) String() string + type NewToggleTemplateRequest struct + Arg0 string + Arg1 int64 + func (*NewToggleTemplateRequest) Descriptor() ([]byte, []int) + func (*NewToggleTemplateRequest) ProtoMessage() + func (x *NewToggleTemplateRequest) GetArg0() string + func (x *NewToggleTemplateRequest) GetArg1() int64 + func (x *NewToggleTemplateRequest) ProtoReflect() protoreflect.Message + func (x *NewToggleTemplateRequest) Reset() + func (x *NewToggleTemplateRequest) String() string + type NewToggleTemplateResponse struct + Result int64 + func (*NewToggleTemplateResponse) Descriptor() ([]byte, []int) + func (*NewToggleTemplateResponse) ProtoMessage() + func (x *NewToggleTemplateResponse) GetResult() int64 + func (x *NewToggleTemplateResponse) ProtoReflect() protoreflect.Message + func (x *NewToggleTemplateResponse) Reset() + func (x *NewToggleTemplateResponse) String() string + type RangeTemplateServiceClient interface + GetCurrentValue func(ctx context.Context, in *GetCurrentValueRequest, opts ...grpc.CallOption) (*GetCurrentValueResponse, error) + GetFormatString func(ctx context.Context, in *GetFormatStringRequest, opts ...grpc.CallOption) (*GetFormatStringResponse, error) + GetMaxValue func(ctx context.Context, in *GetMaxValueRequest, opts ...grpc.CallOption) (*GetMaxValueResponse, error) + GetMinValue func(ctx context.Context, in *GetMinValueRequest, opts ...grpc.CallOption) (*GetMinValueResponse, error) + GetStepValue func(ctx context.Context, in *GetStepValueRequest, opts ...grpc.CallOption) (*GetStepValueResponse, error) + GetTemplateType func(ctx context.Context, in *GetTemplateTypeRequest, opts ...grpc.CallOption) (*GetTemplateTypeResponse, error) + NewRangeTemplate func(ctx context.Context, in *NewRangeTemplateRequest, opts ...grpc.CallOption) (*NewRangeTemplateResponse, error) + func NewRangeTemplateServiceClient(cc grpc.ClientConnInterface) RangeTemplateServiceClient + type RangeTemplateServiceServer interface + GetCurrentValue func(context.Context, *GetCurrentValueRequest) (*GetCurrentValueResponse, error) + GetFormatString func(context.Context, *GetFormatStringRequest) (*GetFormatStringResponse, error) + GetMaxValue func(context.Context, *GetMaxValueRequest) (*GetMaxValueResponse, error) + GetMinValue func(context.Context, *GetMinValueRequest) (*GetMinValueResponse, error) + GetStepValue func(context.Context, *GetStepValueRequest) (*GetStepValueResponse, error) + GetTemplateType func(context.Context, *GetTemplateTypeRequest) (*GetTemplateTypeResponse, error) + NewRangeTemplate func(context.Context, *NewRangeTemplateRequest) (*NewRangeTemplateResponse, error) + type StatelessTemplateServiceClient interface + GetTemplateType func(ctx context.Context, in *GetTemplateTypeRequest, opts ...grpc.CallOption) (*GetTemplateTypeResponse, error) + NewStatelessTemplate func(ctx context.Context, in *NewStatelessTemplateRequest, opts ...grpc.CallOption) (*NewStatelessTemplateResponse, error) + func NewStatelessTemplateServiceClient(cc grpc.ClientConnInterface) StatelessTemplateServiceClient + type StatelessTemplateServiceServer interface + GetTemplateType func(context.Context, *GetTemplateTypeRequest) (*GetTemplateTypeResponse, error) + NewStatelessTemplate func(context.Context, *NewStatelessTemplateRequest) (*NewStatelessTemplateResponse, error) + type TemperatureControlTemplateServiceClient interface + GetCurrentActiveMode func(ctx context.Context, in *GetCurrentActiveModeRequest, opts ...grpc.CallOption) (*GetCurrentActiveModeResponse, error) + GetCurrentMode func(ctx context.Context, in *GetCurrentModeRequest, opts ...grpc.CallOption) (*GetCurrentModeResponse, error) + GetModes func(ctx context.Context, in *GetModesRequest, opts ...grpc.CallOption) (*GetModesResponse, error) + GetTemplate func(ctx context.Context, in *GetTemplateRequest, opts ...grpc.CallOption) (*GetTemplateResponse, error) + GetTemplateType func(ctx context.Context, in *GetTemplateTypeRequest, opts ...grpc.CallOption) (*GetTemplateTypeResponse, error) + NewTemperatureControlTemplate func(ctx context.Context, in *NewTemperatureControlTemplateRequest, ...) (*NewTemperatureControlTemplateResponse, error) + func NewTemperatureControlTemplateServiceClient(cc grpc.ClientConnInterface) TemperatureControlTemplateServiceClient + type TemperatureControlTemplateServiceServer interface + GetCurrentActiveMode func(context.Context, *GetCurrentActiveModeRequest) (*GetCurrentActiveModeResponse, error) + GetCurrentMode func(context.Context, *GetCurrentModeRequest) (*GetCurrentModeResponse, error) + GetModes func(context.Context, *GetModesRequest) (*GetModesResponse, error) + GetTemplate func(context.Context, *GetTemplateRequest) (*GetTemplateResponse, error) + GetTemplateType func(context.Context, *GetTemplateTypeRequest) (*GetTemplateTypeResponse, error) + NewTemperatureControlTemplate func(context.Context, *NewTemperatureControlTemplateRequest) (*NewTemperatureControlTemplateResponse, error) + type ThumbnailTemplateServiceClient interface + GetContentDescription func(ctx context.Context, in *GetContentDescriptionRequest, opts ...grpc.CallOption) (*GetContentDescriptionResponse, error) + GetTemplateType func(ctx context.Context, in *GetTemplateTypeRequest, opts ...grpc.CallOption) (*GetTemplateTypeResponse, error) + GetThumbnail func(ctx context.Context, in *GetThumbnailRequest, opts ...grpc.CallOption) (*GetThumbnailResponse, error) + IsActive func(ctx context.Context, in *IsActiveRequest, opts ...grpc.CallOption) (*IsActiveResponse, error) + NewThumbnailTemplate func(ctx context.Context, in *NewThumbnailTemplateRequest, opts ...grpc.CallOption) (*NewThumbnailTemplateResponse, error) + func NewThumbnailTemplateServiceClient(cc grpc.ClientConnInterface) ThumbnailTemplateServiceClient + type ThumbnailTemplateServiceServer interface + GetContentDescription func(context.Context, *GetContentDescriptionRequest) (*GetContentDescriptionResponse, error) + GetTemplateType func(context.Context, *GetTemplateTypeRequest) (*GetTemplateTypeResponse, error) + GetThumbnail func(context.Context, *GetThumbnailRequest) (*GetThumbnailResponse, error) + IsActive func(context.Context, *IsActiveRequest) (*IsActiveResponse, error) + NewThumbnailTemplate func(context.Context, *NewThumbnailTemplateRequest) (*NewThumbnailTemplateResponse, error) + type ToggleRangeTemplateServiceClient interface + GetActionDescription func(ctx context.Context, in *GetActionDescriptionRequest, opts ...grpc.CallOption) (*GetActionDescriptionResponse, error) + GetRange func(ctx context.Context, in *GetRangeRequest, opts ...grpc.CallOption) (*GetRangeResponse, error) + GetTemplateType func(ctx context.Context, in *GetTemplateTypeRequest, opts ...grpc.CallOption) (*GetTemplateTypeResponse, error) + IsChecked func(ctx context.Context, in *IsCheckedRequest, opts ...grpc.CallOption) (*IsCheckedResponse, error) + NewToggleRangeTemplate func(ctx context.Context, in *NewToggleRangeTemplateRequest, ...) (*NewToggleRangeTemplateResponse, error) + func NewToggleRangeTemplateServiceClient(cc grpc.ClientConnInterface) ToggleRangeTemplateServiceClient + type ToggleRangeTemplateServiceServer interface + GetActionDescription func(context.Context, *GetActionDescriptionRequest) (*GetActionDescriptionResponse, error) + GetRange func(context.Context, *GetRangeRequest) (*GetRangeResponse, error) + GetTemplateType func(context.Context, *GetTemplateTypeRequest) (*GetTemplateTypeResponse, error) + IsChecked func(context.Context, *IsCheckedRequest) (*IsCheckedResponse, error) + NewToggleRangeTemplate func(context.Context, *NewToggleRangeTemplateRequest) (*NewToggleRangeTemplateResponse, error) + type ToggleTemplateServiceClient interface + GetContentDescription func(ctx context.Context, in *GetContentDescriptionRequest, opts ...grpc.CallOption) (*GetContentDescriptionResponse, error) + GetTemplateType func(ctx context.Context, in *GetTemplateTypeRequest, opts ...grpc.CallOption) (*GetTemplateTypeResponse, error) + IsChecked func(ctx context.Context, in *IsCheckedRequest, opts ...grpc.CallOption) (*IsCheckedResponse, error) + NewToggleTemplate func(ctx context.Context, in *NewToggleTemplateRequest, opts ...grpc.CallOption) (*NewToggleTemplateResponse, error) + func NewToggleTemplateServiceClient(cc grpc.ClientConnInterface) ToggleTemplateServiceClient + type ToggleTemplateServiceServer interface + GetContentDescription func(context.Context, *GetContentDescriptionRequest) (*GetContentDescriptionResponse, error) + GetTemplateType func(context.Context, *GetTemplateTypeRequest) (*GetTemplateTypeResponse, error) + IsChecked func(context.Context, *IsCheckedRequest) (*IsCheckedResponse, error) + NewToggleTemplate func(context.Context, *NewToggleTemplateRequest) (*NewToggleTemplateResponse, error) + type UnimplementedControlButtonServiceServer struct + func (UnimplementedControlButtonServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedControlButtonServiceServer) GetActionDescription(context.Context, *GetActionDescriptionRequest) (*GetActionDescriptionResponse, error) + func (UnimplementedControlButtonServiceServer) IsChecked(context.Context, *IsCheckedRequest) (*IsCheckedResponse, error) + func (UnimplementedControlButtonServiceServer) NewControlButton(context.Context, *NewControlButtonRequest) (*NewControlButtonResponse, error) + func (UnimplementedControlButtonServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedControlTemplateServiceServer struct + func (UnimplementedControlTemplateServiceServer) GetErrorTemplate(context.Context, *GetErrorTemplateRequest) (*GetErrorTemplateResponse, error) + func (UnimplementedControlTemplateServiceServer) GetNoTemplateObject(context.Context, *GetNoTemplateObjectRequest) (*GetNoTemplateObjectResponse, error) + func (UnimplementedControlTemplateServiceServer) GetTemplateId(context.Context, *GetTemplateIdRequest) (*GetTemplateIdResponse, error) + func (UnimplementedControlTemplateServiceServer) GetTemplateType(context.Context, *ControlTemplateGetTemplateTypeRequest) (*GetTemplateTypeResponse, error) + type UnimplementedRangeTemplateServiceServer struct + func (UnimplementedRangeTemplateServiceServer) GetCurrentValue(context.Context, *GetCurrentValueRequest) (*GetCurrentValueResponse, error) + func (UnimplementedRangeTemplateServiceServer) GetFormatString(context.Context, *GetFormatStringRequest) (*GetFormatStringResponse, error) + func (UnimplementedRangeTemplateServiceServer) GetMaxValue(context.Context, *GetMaxValueRequest) (*GetMaxValueResponse, error) + func (UnimplementedRangeTemplateServiceServer) GetMinValue(context.Context, *GetMinValueRequest) (*GetMinValueResponse, error) + func (UnimplementedRangeTemplateServiceServer) GetStepValue(context.Context, *GetStepValueRequest) (*GetStepValueResponse, error) + func (UnimplementedRangeTemplateServiceServer) GetTemplateType(context.Context, *GetTemplateTypeRequest) (*GetTemplateTypeResponse, error) + func (UnimplementedRangeTemplateServiceServer) NewRangeTemplate(context.Context, *NewRangeTemplateRequest) (*NewRangeTemplateResponse, error) + type UnimplementedStatelessTemplateServiceServer struct + func (UnimplementedStatelessTemplateServiceServer) GetTemplateType(context.Context, *GetTemplateTypeRequest) (*GetTemplateTypeResponse, error) + func (UnimplementedStatelessTemplateServiceServer) NewStatelessTemplate(context.Context, *NewStatelessTemplateRequest) (*NewStatelessTemplateResponse, error) + type UnimplementedTemperatureControlTemplateServiceServer struct + func (UnimplementedTemperatureControlTemplateServiceServer) GetCurrentActiveMode(context.Context, *GetCurrentActiveModeRequest) (*GetCurrentActiveModeResponse, error) + func (UnimplementedTemperatureControlTemplateServiceServer) GetCurrentMode(context.Context, *GetCurrentModeRequest) (*GetCurrentModeResponse, error) + func (UnimplementedTemperatureControlTemplateServiceServer) GetModes(context.Context, *GetModesRequest) (*GetModesResponse, error) + func (UnimplementedTemperatureControlTemplateServiceServer) GetTemplate(context.Context, *GetTemplateRequest) (*GetTemplateResponse, error) + func (UnimplementedTemperatureControlTemplateServiceServer) GetTemplateType(context.Context, *GetTemplateTypeRequest) (*GetTemplateTypeResponse, error) + func (UnimplementedTemperatureControlTemplateServiceServer) NewTemperatureControlTemplate(context.Context, *NewTemperatureControlTemplateRequest) (*NewTemperatureControlTemplateResponse, error) + type UnimplementedThumbnailTemplateServiceServer struct + func (UnimplementedThumbnailTemplateServiceServer) GetContentDescription(context.Context, *GetContentDescriptionRequest) (*GetContentDescriptionResponse, error) + func (UnimplementedThumbnailTemplateServiceServer) GetTemplateType(context.Context, *GetTemplateTypeRequest) (*GetTemplateTypeResponse, error) + func (UnimplementedThumbnailTemplateServiceServer) GetThumbnail(context.Context, *GetThumbnailRequest) (*GetThumbnailResponse, error) + func (UnimplementedThumbnailTemplateServiceServer) IsActive(context.Context, *IsActiveRequest) (*IsActiveResponse, error) + func (UnimplementedThumbnailTemplateServiceServer) NewThumbnailTemplate(context.Context, *NewThumbnailTemplateRequest) (*NewThumbnailTemplateResponse, error) + type UnimplementedToggleRangeTemplateServiceServer struct + func (UnimplementedToggleRangeTemplateServiceServer) GetActionDescription(context.Context, *GetActionDescriptionRequest) (*GetActionDescriptionResponse, error) + func (UnimplementedToggleRangeTemplateServiceServer) GetRange(context.Context, *GetRangeRequest) (*GetRangeResponse, error) + func (UnimplementedToggleRangeTemplateServiceServer) GetTemplateType(context.Context, *GetTemplateTypeRequest) (*GetTemplateTypeResponse, error) + func (UnimplementedToggleRangeTemplateServiceServer) IsChecked(context.Context, *IsCheckedRequest) (*IsCheckedResponse, error) + func (UnimplementedToggleRangeTemplateServiceServer) NewToggleRangeTemplate(context.Context, *NewToggleRangeTemplateRequest) (*NewToggleRangeTemplateResponse, error) + type UnimplementedToggleTemplateServiceServer struct + func (UnimplementedToggleTemplateServiceServer) GetContentDescription(context.Context, *GetContentDescriptionRequest) (*GetContentDescriptionResponse, error) + func (UnimplementedToggleTemplateServiceServer) GetTemplateType(context.Context, *GetTemplateTypeRequest) (*GetTemplateTypeResponse, error) + func (UnimplementedToggleTemplateServiceServer) IsChecked(context.Context, *IsCheckedRequest) (*IsCheckedResponse, error) + func (UnimplementedToggleTemplateServiceServer) NewToggleTemplate(context.Context, *NewToggleTemplateRequest) (*NewToggleTemplateResponse, error) + type UnsafeControlButtonServiceServer interface + type UnsafeControlTemplateServiceServer interface + type UnsafeRangeTemplateServiceServer interface + type UnsafeStatelessTemplateServiceServer interface + type UnsafeTemperatureControlTemplateServiceServer interface + type UnsafeThumbnailTemplateServiceServer interface + type UnsafeToggleRangeTemplateServiceServer interface + type UnsafeToggleTemplateServiceServer interface + type WriteToParcelRequest struct + Arg0 int64 + Arg1 int32 + Handle int64 + func (*WriteToParcelRequest) Descriptor() ([]byte, []int) + func (*WriteToParcelRequest) ProtoMessage() + func (x *WriteToParcelRequest) GetArg0() int64 + func (x *WriteToParcelRequest) GetArg1() int32 + func (x *WriteToParcelRequest) GetHandle() int64 + func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message + func (x *WriteToParcelRequest) Reset() + func (x *WriteToParcelRequest) String() string + type WriteToParcelResponse struct + func (*WriteToParcelResponse) Descriptor() ([]byte, []int) + func (*WriteToParcelResponse) ProtoMessage() + func (x *WriteToParcelResponse) ProtoReflect() protoreflect.Message + func (x *WriteToParcelResponse) Reset() + func (x *WriteToParcelResponse) String() string