somlioy

Results 4 comments of somlioy

Changing line 90 in SiriControl.py from: return str(voice_command.get_payload()).lower().strip() to return str(voice_command.get_payload(decode=True)).lower().strip() Fixed the issue for me with letters such as æ. ø and å. You also might need to add...

It is to be noted that linuxdeployqt technically does not support 18.04 until 2021, which is when 16.04 LTS no longer is supported. > We do not support linuxdeployqt on...

[Qt MQTT](https://github.com/qt/qtmqtt) and [Qt KNX](https://github.com/qt/qtknx) is also interessting, former for IoT applications and the latter for home/building-automation. [OpcUA](https://github.com/qt/qtopcua) is also interessting for IoT applications but is also widely used in...

Yeah primask stored in a local variable would be the optimal choice for such an event, altought I'm not sure how that would be done when using macros like that....