Page 1 of 1

Python plugin framework heartbeat 300 ms

Posted: Friday 27 October 2017 23:29
by dvdb
In the Python plugin framework the fastest heartbeat is 1 second.
Is it possible to create an event or heartbeat with a interval of 300 ms for polling.

I've tried to solve it with a threading.Timer but this is working in a standalone Python program outside Domoticz but not inside Domoticz.