From a5f337e67729f199f7d136fdd2cce90df0a217d6 Mon Sep 17 00:00:00 2001 From: "Staeck, Philipp" Date: Mon, 9 Oct 2023 11:52:27 +0200 Subject: [PATCH] use consistent wording --- src/t2iapi/operation/service.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/t2iapi/operation/service.proto b/src/t2iapi/operation/service.proto index b0ba247..1dc1b8f 100644 --- a/src/t2iapi/operation/service.proto +++ b/src/t2iapi/operation/service.proto @@ -31,7 +31,7 @@ service OperationService { returns (BasicResponse); /* - Update the @InvocationEffectiveTimeout of the pm:AbstractOperationDescriptor with the given handle. + Modify the @InvocationEffectiveTimeout of the pm:AbstractOperationDescriptor with the given handle. The manipulated descriptor shall be persistent until a next manipulation call. If the device is not able to maintain the static descriptor, it shall return RESULT_NOT_SUPPORTED. */