Attify-Zigbee-Framework
Attify-Zigbee-Framework copied to clipboard
zbreplay
Hi, I have an issue with zbreplay. The error is: AttributeError: 'QComboBox' object has no attribute 'text' Traceback (most recent call last): File "main.py", line 138, in zbreplay file=self.zbreplayFile.text()
i believe it should be file=self.zbreplayFile.currentText()
i believe it should be
file=self.zbreplayFile.currentText()
Thx man, it really works!