This Method ends the current Energy Saving Mode.
Signature
EndPause (
[out] 0:DurationCurrentTimeToOperate
[out] 0:Byte ReturnCode
);
Argument |
Description |
CurrentTimeToOperate |
Time needed to reach “Ready to operate” if successful, 0. |
ReturnCode |
Return code. See table Table 16. |
The Method Result Codes (defined in Call Service) are defined in Table 15.
Table 15 shows the possible values for the Method call result codes.
Table 15 – Possible Method result codes
Result Code |
Description |
Good |
The Method execution was successful and the ReturnCode parameter has the value 0x00 (”Success”) |
Uncertain |
The Method execution was successful, but the ReturnCode parameter indicates an error. |
Bad_UserAccessDenied |
The user has not the right to execute the Method. The client shall not evaluate the ReturnCode parameter. |
Bad_UnexpectedError |
The server is not able to execute the function because an unexpected error occurred. The device might be temporarily unavailable or unreachable due to network failure. The client shall not evaluate the ReturnCode parameter. |
Table 16 shows the possible values for the out parameter ReturnCode.
Table 16 – Possible ReturnCode parameter Values
ReturnCode |
Description |
0x00 |
Success. |
0x50 |
No suitable energy-saving mode available. |
0x52 |
No switch to requested energy-saving mode because of invalid mode ID. |
0x53 |
No switch to Energy Saving Mode because of state operate. |
0x54 |
Service or function not available due to internal device status. |