Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type BooleanActionClient struct + func NewBooleanActionClient(cc grpc.ClientConnInterface) *BooleanActionClient + func (c *BooleanActionClient) GetActionType(ctx context.Context, handle int64) (int32, error) + func (c *BooleanActionClient) GetNewState(ctx context.Context, handle int64) (bool, error) + type CommandActionClient struct + func NewCommandActionClient(cc grpc.ClientConnInterface) *CommandActionClient + func (c *CommandActionClient) GetActionType(ctx context.Context, handle int64) (int32, error) + type ControlActionClient struct + func NewControlActionClient(cc grpc.ClientConnInterface) *ControlActionClient + func (c *ControlActionClient) GetActionType(ctx context.Context) (int32, error) + func (c *ControlActionClient) GetChallengeValue(ctx context.Context) (string, error) + func (c *ControlActionClient) GetErrorAction(ctx context.Context) (int64, error) + func (c *ControlActionClient) GetTemplateId(ctx context.Context) (string, error) + func (c *ControlActionClient) IsValidResponse(ctx context.Context, arg0 int32) (bool, error) + type FloatActionClient struct + func NewFloatActionClient(cc grpc.ClientConnInterface) *FloatActionClient + func (c *FloatActionClient) GetActionType(ctx context.Context, handle int64) (int32, error) + func (c *FloatActionClient) GetNewValue(ctx context.Context, handle int64) (float32, error) + type ModeActionClient struct + func NewModeActionClient(cc grpc.ClientConnInterface) *ModeActionClient + func (c *ModeActionClient) GetActionType(ctx context.Context, handle int64) (int32, error) + func (c *ModeActionClient) GetNewMode(ctx context.Context, handle int64) (int32, error)