コード例 #1
0
ファイル: server.py プロジェクト: Karelkat/mercury
    def listDevices(self):
        """
        Get a list of Devices boud to the Server.
        """

        return self.sendAndReceive(SystemRequestFactory.listDevices())