Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type BooleanActionServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *BooleanActionServer) GetActionType(_ context.Context, req *pb.GetActionTypeRequest) (*pb.GetActionTypeResponse, error) + func (s *BooleanActionServer) GetNewState(_ context.Context, req *pb.GetNewStateRequest) (*pb.GetNewStateResponse, error) + func (s *BooleanActionServer) NewBooleanAction(_ context.Context, req *pb.NewBooleanActionRequest) (*pb.NewBooleanActionResponse, error) + type CommandActionServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *CommandActionServer) GetActionType(_ context.Context, req *pb.GetActionTypeRequest) (*pb.GetActionTypeResponse, error) + func (s *CommandActionServer) NewCommandAction(_ context.Context, req *pb.NewCommandActionRequest) (*pb.NewCommandActionResponse, error) + type FloatActionServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *FloatActionServer) GetActionType(_ context.Context, req *pb.GetActionTypeRequest) (*pb.GetActionTypeResponse, error) + func (s *FloatActionServer) GetNewValue(_ context.Context, req *pb.GetNewValueRequest) (*pb.GetNewValueResponse, error) + func (s *FloatActionServer) NewFloatAction(_ context.Context, req *pb.NewFloatActionRequest) (*pb.NewFloatActionResponse, error) + type ModeActionServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ModeActionServer) GetActionType(_ context.Context, req *pb.GetActionTypeRequest) (*pb.GetActionTypeResponse, error) + func (s *ModeActionServer) GetNewMode(_ context.Context, req *pb.GetNewModeRequest) (*pb.GetNewModeResponse, error) + func (s *ModeActionServer) NewModeAction(_ context.Context, req *pb.NewModeActionRequest) (*pb.NewModeActionResponse, error)