removed cmd_type temperature_poll

This commit is contained in:
make-ing 2015-10-12 16:40:02 +02:00
parent 40b9eabd80
commit e93ffe0dba

View file

@ -1386,7 +1386,8 @@ class MachineCom(object):
"""
if self.isOperational() and not self.isStreaming() and not self._long_running_command and not self._heating:
self.sendCommand("?", cmd_type="temperature_poll")
#self.sendCommand("?", cmd_type="temperature_poll")
self.sendCommand("?")
def _poll_sd_status(self):
"""
@ -1753,8 +1754,6 @@ class MachineCom(object):
continue
# wait until we have something in the queue
string = "qsize = %s" % self._send_queue.qsize()
self._log(string)
entry = self._send_queue.get()
# make sure we are still active