add radio_state set/query support
[project/umbim.git] / data / mbim-service-proxy-control.json
1
2 [
3   // *********************************************************************************
4   { "type" : "Service",
5     "name" : "Proxy Control" },
6
7   // *********************************************************************************
8   { "name"     : "Configuration",
9     "service"  : "Proxy Control",
10     "type"     : "Command",
11     "set"      : [ { "name"   : "DevicePath",
12                      "format" : "string" },
13                    { "name"   : "Timeout",
14                      "format" : "guint32" } ],
15     "response" : [] }
16
17 ]