We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All times and durations in entity states and entity configurations should be expressed in milliseconds in order to maintain a standard.
This does not affect internal measurements like:
The text was updated successfully, but these errors were encountered:
Unification of time and duration units in entity configuration and st…
dd62dcb
…ates #35
Implemented stopwatch mechanism #35
246db63
@domschl : Consider changing this in ms: sensorprocessor( int smoothIntervall = 5, int pollTimeSec = 60, float eps = 0.1 )
sensorprocessor( int smoothIntervall = 5, int pollTimeSec = 60, float eps = 0.1 )
Sorry, something went wrong.
Implemented metronome mechanism #35
7abac2f
tuxpoldo
No branches or pull requests
All times and durations in entity states and entity configurations should be expressed in milliseconds in order to maintain a standard.
This does not affect internal measurements like:
The text was updated successfully, but these errors were encountered: