コード例 #1
0
ファイル: pyzigbeesh.py プロジェクト: Jicehef/pyzigbee
 def do_gw_supported(self, arg):
     """
     Print list of currently supported gateways
     """
     arg = arg
     self.pp.pprint(GatewayFactory.get_supported_refs())
コード例 #2
0
ファイル: test_factory.py プロジェクト: Jicehef/pyzigbee
 def test_get_supported(self):
     assert_true("088328" in GatewayFactory.get_supported_refs())