Class GetAppInstances
java.lang.Object
io.openems.edge.core.appmanager.jsonrpc.GetAppInstances
Gets the active instances of an
OpenemsApp
.
Request:
{ "jsonrpc": "2.0", "id": "UUID", "method": "getAppInstances", "params": { "appId": string } }
Response:
{
"jsonrpc": "2.0",
"id": "UUID",
"result": {
"instances": OpenemsAppInstance.toJsonObject()
[]
}
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
METHOD
- See Also:
-
-
Constructor Details
-
GetAppInstances
public GetAppInstances()
-