Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ControlButtonClient struct + func NewControlButtonClient(cc grpc.ClientConnInterface) *ControlButtonClient + func (c *ControlButtonClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *ControlButtonClient) GetActionDescription(ctx context.Context, handle int64) (int64, error) + func (c *ControlButtonClient) IsChecked(ctx context.Context, handle int64) (bool, error) + func (c *ControlButtonClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type ControlTemplateClient struct + func NewControlTemplateClient(cc grpc.ClientConnInterface) *ControlTemplateClient + func (c *ControlTemplateClient) GetErrorTemplate(ctx context.Context) (int64, error) + func (c *ControlTemplateClient) GetNoTemplateObject(ctx context.Context) (int64, error) + func (c *ControlTemplateClient) GetTemplateId(ctx context.Context) (string, error) + func (c *ControlTemplateClient) GetTemplateType(ctx context.Context) (int32, error) + type RangeTemplateClient struct + func NewRangeTemplateClient(cc grpc.ClientConnInterface) *RangeTemplateClient + func (c *RangeTemplateClient) GetCurrentValue(ctx context.Context, handle int64) (float32, error) + func (c *RangeTemplateClient) GetFormatString(ctx context.Context, handle int64) (int64, error) + func (c *RangeTemplateClient) GetMaxValue(ctx context.Context, handle int64) (float32, error) + func (c *RangeTemplateClient) GetMinValue(ctx context.Context, handle int64) (float32, error) + func (c *RangeTemplateClient) GetStepValue(ctx context.Context, handle int64) (float32, error) + func (c *RangeTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error) + type StatelessTemplateClient struct + func NewStatelessTemplateClient(cc grpc.ClientConnInterface) *StatelessTemplateClient + func (c *StatelessTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error) + type TemperatureControlTemplateClient struct + func NewTemperatureControlTemplateClient(cc grpc.ClientConnInterface) *TemperatureControlTemplateClient + func (c *TemperatureControlTemplateClient) GetCurrentActiveMode(ctx context.Context, handle int64) (int32, error) + func (c *TemperatureControlTemplateClient) GetCurrentMode(ctx context.Context, handle int64) (int32, error) + func (c *TemperatureControlTemplateClient) GetModes(ctx context.Context, handle int64) (int32, error) + func (c *TemperatureControlTemplateClient) GetTemplate(ctx context.Context, handle int64) (int64, error) + func (c *TemperatureControlTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error) + type ThumbnailTemplateClient struct + func NewThumbnailTemplateClient(cc grpc.ClientConnInterface) *ThumbnailTemplateClient + func (c *ThumbnailTemplateClient) GetContentDescription(ctx context.Context, handle int64) (int64, error) + func (c *ThumbnailTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error) + func (c *ThumbnailTemplateClient) GetThumbnail(ctx context.Context, handle int64) (int64, error) + func (c *ThumbnailTemplateClient) IsActive(ctx context.Context, handle int64) (bool, error) + type ToggleRangeTemplateClient struct + func NewToggleRangeTemplateClient(cc grpc.ClientConnInterface) *ToggleRangeTemplateClient + func (c *ToggleRangeTemplateClient) GetActionDescription(ctx context.Context, handle int64) (int64, error) + func (c *ToggleRangeTemplateClient) GetRange(ctx context.Context, handle int64) (int64, error) + func (c *ToggleRangeTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error) + func (c *ToggleRangeTemplateClient) IsChecked(ctx context.Context, handle int64) (bool, error) + type ToggleTemplateClient struct + func NewToggleTemplateClient(cc grpc.ClientConnInterface) *ToggleTemplateClient + func (c *ToggleTemplateClient) GetContentDescription(ctx context.Context, handle int64) (int64, error) + func (c *ToggleTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error) + func (c *ToggleTemplateClient) IsChecked(ctx context.Context, handle int64) (bool, error)