# getHttpServerState

Description

Get information about the state of the HTTP server

void getHttpServerState()

Response example

{
    "state": 3,
    "method": "getHttpServerState",
    "requestId" : "1",
    "result": true
}

Response Parameters

Name Description
state State. It can be as follows:
• 1 - Stopped
• 3 - Started
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025