-
-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Joe San edited this page Aug 16, 2017
·
21 revisions
Welcome to the plant-simulator wiki!
URL:
http://localhost:9000/powerPlant/1/dispatch
Payload:
{
"powerPlantId" : 1,
"command" : "turnOn",
"value" : true,
"powerPlantType" : "OnOffType"
}
URL:
http://localhost:9000/powerPlant/2/dispatch
Payload:
{
"powerPlantId" : 2,
"command" : "dispatch",
"value" : 100.0,
"powerPlantType" : "RampUpType"
}
URL: http://localhost:9000/powerPlant/2/details
URL: http://localhost:9000/powerPlant/2/telemetry