koalatux / koubachi-pyserver

MIT License
15 stars 11 forks source link

setting polling interval #11

Closed jf-wm closed 4 years ago

jf-wm commented 4 years ago

I couldn't find the polling interval configuration anywhere. It seems to be set in app with an value imported from sensors. Also there is a class "Sensor" declared in sensors which includes this setting, but there is no configuration for this option. I would be great if this feature could be added or if the configuration could be set in app with the other configuration settings.

jf-wm commented 4 years ago

Looking again I found the configuration for the polling intervals in sensors. I didn't think of a different polling time for every sensor in a koubachi sensor, so I overlooked that part of the code first.