Skip to content

Commit

Permalink
action: add InvalidArgument result
Browse files Browse the repository at this point in the history
Required for set_actuator.

Signed-off-by: Julian Oes <[email protected]>
  • Loading branch information
julianoes committed Apr 4, 2024
1 parent e37a279 commit ff9a1cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protos/action/action.proto
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ message ActionResult {
RESULT_PARAMETER_ERROR = 11; // Error getting or setting parameter
RESULT_UNSUPPORTED = 12; // Action not supported
RESULT_FAILED = 13; // Action failed
RESULT_INVALID_ARGUMENT = 14; // Invalid argument
}

Result result = 1; // Result enum value
Expand Down

0 comments on commit ff9a1cd

Please sign in to comment.