Команда | Запрос |
---|---|
get | "command":{ "plm_type_code": ${forecast}, "state": ${get} } |
Команда | Ответ |
---|---|
idle //расчет не завершен | "command" : { "plm_type_code" : ${forecast}, "state" : ${idle}, "progress" : 80.68330883979797 //прогресс выполнения расчета } |
response //расчет завершен | "command" : { "plm_type_code" : ${forecast}, "state" : ${response} } |