Parameter shared_procimg can be set per device

The shared_procimg Parameter is still a global parameter, but can now be set
per device as well with .shared_procimg(...) of all devices.
This commit is contained in:
2020-12-16 18:46:45 +01:00
parent 6beb05577e
commit dc731afafd
6 changed files with 41 additions and 26 deletions

View File

@@ -17,7 +17,7 @@ setup(
license="LGPLv3",
name="revpimodio2",
version="2.5.3f",
version="2.5.3g",
packages=["revpimodio2"],
python_requires="~=3.2",