예제 #1
0
파일: server.py 프로젝트: Karelkat/mercury
    def listDevices(self):
        """
        Get a list of Devices boud to the Server.
        """

        return self.sendAndReceive(SystemRequestFactory.listDevices())