Exemple #1
0
 def do_getFeatures(self, _):
     """
     For retrieving feature information equipped with a Device.
     
     Usage: getFeatures <enter>
     """
     resp = DEV.request(System.get_features())
     pprint.pprint(resp.json())
Exemple #2
0
 def do_getFeatures(self, _):
     resp = DEV.request(System.get_features())
     pprint.pprint(resp.json())