- All unknown devices will be created as type Unknown - Unique id is generated from name. -- Whitespaces are replaced by underscore
0.6.10
Shutter - fix swaped up and down values in fetch_all_devices - correct current_position when hit stop button
0.6.9
Shutter - fixing state. It has now 4 states. OPENED / OPENING / CLOSING / CLOSED
0.6.8
- override pyBase value in pyShutter because different type of value is returned then in other devices like pyLight or pySwitch - fix bug in fetch_all_devices -- wrong format of pyShutter value
0.6.7
- Upgrade python from 3.8 to 3.9 - current_position for shutter set to 0/50/100 just for begining, before real calculating of position. Will be based on time. I hope :D