templates

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControlButtonClient

type ControlButtonClient struct {
	// contains filtered or unexported fields
}

ControlButtonClient wraps the gRPC ControlButtonService client.

func NewControlButtonClient

func NewControlButtonClient(cc grpc.ClientConnInterface) *ControlButtonClient

NewControlButtonClient creates a new ControlButton client.

func (*ControlButtonClient) DescribeContents

func (c *ControlButtonClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*ControlButtonClient) GetActionDescription

func (c *ControlButtonClient) GetActionDescription(ctx context.Context, handle int64) (int64, error)

GetActionDescription calls the GetActionDescription RPC.

func (*ControlButtonClient) IsChecked

func (c *ControlButtonClient) IsChecked(ctx context.Context, handle int64) (bool, error)

IsChecked calls the IsChecked RPC.

func (*ControlButtonClient) WriteToParcel

func (c *ControlButtonClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type ControlTemplateClient

type ControlTemplateClient struct {
	// contains filtered or unexported fields
}

ControlTemplateClient wraps the gRPC ControlTemplateService client.

func NewControlTemplateClient

func NewControlTemplateClient(cc grpc.ClientConnInterface) *ControlTemplateClient

NewControlTemplateClient creates a new ControlTemplate client.

func (*ControlTemplateClient) GetErrorTemplate

func (c *ControlTemplateClient) GetErrorTemplate(ctx context.Context) (int64, error)

GetErrorTemplate calls the GetErrorTemplate RPC.

func (*ControlTemplateClient) GetNoTemplateObject

func (c *ControlTemplateClient) GetNoTemplateObject(ctx context.Context) (int64, error)

GetNoTemplateObject calls the GetNoTemplateObject RPC.

func (*ControlTemplateClient) GetTemplateId

func (c *ControlTemplateClient) GetTemplateId(ctx context.Context) (string, error)

GetTemplateId calls the GetTemplateId RPC.

func (*ControlTemplateClient) GetTemplateType

func (c *ControlTemplateClient) GetTemplateType(ctx context.Context) (int32, error)

GetTemplateType calls the GetTemplateType RPC.

type RangeTemplateClient

type RangeTemplateClient struct {
	// contains filtered or unexported fields
}

RangeTemplateClient wraps the gRPC RangeTemplateService client.

func NewRangeTemplateClient

func NewRangeTemplateClient(cc grpc.ClientConnInterface) *RangeTemplateClient

NewRangeTemplateClient creates a new RangeTemplate client.

func (*RangeTemplateClient) GetCurrentValue

func (c *RangeTemplateClient) GetCurrentValue(ctx context.Context, handle int64) (float32, error)

GetCurrentValue calls the GetCurrentValue RPC.

func (*RangeTemplateClient) GetFormatString

func (c *RangeTemplateClient) GetFormatString(ctx context.Context, handle int64) (int64, error)

GetFormatString calls the GetFormatString RPC.

func (*RangeTemplateClient) GetMaxValue

func (c *RangeTemplateClient) GetMaxValue(ctx context.Context, handle int64) (float32, error)

GetMaxValue calls the GetMaxValue RPC.

func (*RangeTemplateClient) GetMinValue

func (c *RangeTemplateClient) GetMinValue(ctx context.Context, handle int64) (float32, error)

GetMinValue calls the GetMinValue RPC.

func (*RangeTemplateClient) GetStepValue

func (c *RangeTemplateClient) GetStepValue(ctx context.Context, handle int64) (float32, error)

GetStepValue calls the GetStepValue RPC.

func (*RangeTemplateClient) GetTemplateType

func (c *RangeTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error)

GetTemplateType calls the GetTemplateType RPC.

type StatelessTemplateClient

type StatelessTemplateClient struct {
	// contains filtered or unexported fields
}

StatelessTemplateClient wraps the gRPC StatelessTemplateService client.

func NewStatelessTemplateClient

func NewStatelessTemplateClient(cc grpc.ClientConnInterface) *StatelessTemplateClient

NewStatelessTemplateClient creates a new StatelessTemplate client.

func (*StatelessTemplateClient) GetTemplateType

func (c *StatelessTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error)

GetTemplateType calls the GetTemplateType RPC.

type TemperatureControlTemplateClient

type TemperatureControlTemplateClient struct {
	// contains filtered or unexported fields
}

TemperatureControlTemplateClient wraps the gRPC TemperatureControlTemplateService client.

func NewTemperatureControlTemplateClient

func NewTemperatureControlTemplateClient(cc grpc.ClientConnInterface) *TemperatureControlTemplateClient

NewTemperatureControlTemplateClient creates a new TemperatureControlTemplate client.

func (*TemperatureControlTemplateClient) GetCurrentActiveMode

func (c *TemperatureControlTemplateClient) GetCurrentActiveMode(ctx context.Context, handle int64) (int32, error)

GetCurrentActiveMode calls the GetCurrentActiveMode RPC.

func (*TemperatureControlTemplateClient) GetCurrentMode

func (c *TemperatureControlTemplateClient) GetCurrentMode(ctx context.Context, handle int64) (int32, error)

GetCurrentMode calls the GetCurrentMode RPC.

func (*TemperatureControlTemplateClient) GetModes

func (c *TemperatureControlTemplateClient) GetModes(ctx context.Context, handle int64) (int32, error)

GetModes calls the GetModes RPC.

func (*TemperatureControlTemplateClient) GetTemplate

func (c *TemperatureControlTemplateClient) GetTemplate(ctx context.Context, handle int64) (int64, error)

GetTemplate calls the GetTemplate RPC.

func (*TemperatureControlTemplateClient) GetTemplateType

func (c *TemperatureControlTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error)

GetTemplateType calls the GetTemplateType RPC.

type ThumbnailTemplateClient

type ThumbnailTemplateClient struct {
	// contains filtered or unexported fields
}

ThumbnailTemplateClient wraps the gRPC ThumbnailTemplateService client.

func NewThumbnailTemplateClient

func NewThumbnailTemplateClient(cc grpc.ClientConnInterface) *ThumbnailTemplateClient

NewThumbnailTemplateClient creates a new ThumbnailTemplate client.

func (*ThumbnailTemplateClient) GetContentDescription

func (c *ThumbnailTemplateClient) GetContentDescription(ctx context.Context, handle int64) (int64, error)

GetContentDescription calls the GetContentDescription RPC.

func (*ThumbnailTemplateClient) GetTemplateType

func (c *ThumbnailTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error)

GetTemplateType calls the GetTemplateType RPC.

func (*ThumbnailTemplateClient) GetThumbnail

func (c *ThumbnailTemplateClient) GetThumbnail(ctx context.Context, handle int64) (int64, error)

GetThumbnail calls the GetThumbnail RPC.

func (*ThumbnailTemplateClient) IsActive

func (c *ThumbnailTemplateClient) IsActive(ctx context.Context, handle int64) (bool, error)

IsActive calls the IsActive RPC.

type ToggleRangeTemplateClient

type ToggleRangeTemplateClient struct {
	// contains filtered or unexported fields
}

ToggleRangeTemplateClient wraps the gRPC ToggleRangeTemplateService client.

func NewToggleRangeTemplateClient

func NewToggleRangeTemplateClient(cc grpc.ClientConnInterface) *ToggleRangeTemplateClient

NewToggleRangeTemplateClient creates a new ToggleRangeTemplate client.

func (*ToggleRangeTemplateClient) GetActionDescription

func (c *ToggleRangeTemplateClient) GetActionDescription(ctx context.Context, handle int64) (int64, error)

GetActionDescription calls the GetActionDescription RPC.

func (*ToggleRangeTemplateClient) GetRange

func (c *ToggleRangeTemplateClient) GetRange(ctx context.Context, handle int64) (int64, error)

GetRange calls the GetRange RPC.

func (*ToggleRangeTemplateClient) GetTemplateType

func (c *ToggleRangeTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error)

GetTemplateType calls the GetTemplateType RPC.

func (*ToggleRangeTemplateClient) IsChecked

func (c *ToggleRangeTemplateClient) IsChecked(ctx context.Context, handle int64) (bool, error)

IsChecked calls the IsChecked RPC.

type ToggleTemplateClient

type ToggleTemplateClient struct {
	// contains filtered or unexported fields
}

ToggleTemplateClient wraps the gRPC ToggleTemplateService client.

func NewToggleTemplateClient

func NewToggleTemplateClient(cc grpc.ClientConnInterface) *ToggleTemplateClient

NewToggleTemplateClient creates a new ToggleTemplate client.

func (*ToggleTemplateClient) GetContentDescription

func (c *ToggleTemplateClient) GetContentDescription(ctx context.Context, handle int64) (int64, error)

GetContentDescription calls the GetContentDescription RPC.

func (*ToggleTemplateClient) GetTemplateType

func (c *ToggleTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error)

GetTemplateType calls the GetTemplateType RPC.

func (*ToggleTemplateClient) IsChecked

func (c *ToggleTemplateClient) IsChecked(ctx context.Context, handle int64) (bool, error)

IsChecked calls the IsChecked RPC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL