- fix value writing to the proxy - change reading of value from device - new props value, up, down in pyBase class - new test for brightness settings to 50% - usin new pyBase props value, down up
0.5.10
pyShutter fix bug - timer can be stop only when is running
0.5.9
Shutter refactoring pyShutter - refactoring usages of timer to set the state - new feature current_position - tests pyTimer - rename timer.py file to pyTimer.py and change the name of the class - refactor class and change accessing of properties - new tests for timer
0.5.8
Shutter - initial state changed from None to Closed
0.5.7
Shutter Refactoring shutter state evaluation. It's base now on timer.
When pull up the trigger then state changed to **opening** when timer is set then opening changed to **open** after this time otherwise will change to **open** imediatelly.