~ubuntu-branches/ubuntu/utopic/libmbim/utopic-proposed

« back to all changes in this revision

Viewing changes to data/mbim-service-ms-firmware-id.json

  • Committer: Package Import Robot
  • Author(s): Thomas Bechtold
  • Date: 2014-03-25 07:51:28 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140325075128-rrycs0azf6u6j2af
Tags: 1.8.0-1
* New upstream release.
* Update debian/libmbim-glib0.symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[
 
2
  // *********************************************************************************
 
3
  { "type" : "Service",
 
4
    "name" : "MS Firmware ID" },
 
5
 
 
6
  // *********************************************************************************
 
7
  { "name"     : "Get",
 
8
    "service"  : "MS Firmware ID",
 
9
    "type"     : "Command",
 
10
    "query"    : [],
 
11
    "response" : [ { "name"   : "FirmwareId",
 
12
                     "format" : "uuid" } ] }
 
13
]