Exemplo n.º 1
0
 def do_getDeviceInfo(self, _):
     """
     For retrieving basic information of a Device.
     
     Usage: getDeviceInfo <enter>
     """
     resp = DEV.request(System.get_device_info())
     pprint.pprint(resp.json())
Exemplo n.º 2
0
 def do_getDeviceInfo(self, _):
     resp = DEV.request(System.get_device_info())
     pprint.pprint(resp.json())