dms: implement "Get Model" request/response

This commit is contained in:
Aleksander Morgado 2012-05-30 12:57:52 +02:00
parent 0dc34b2d51
commit aa99d5f745
1 changed files with 13 additions and 0 deletions

View File

@ -52,6 +52,19 @@
"format" : "string",
"prerequisites": [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
{ "name" : "Get Model",
"type" : "Message",
"service" : "DMS",
"id" : "0x0022",
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "Model",
"id" : "0x01",
"mandatory" : "yes",
"type" : "TLV",
"format" : "string",
"prerequisites": [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
{ "name" : "Get IDs",
"type" : "Message",