inputlevels, ouputlevels now return generators

'strip_level', 'bus_level' added to cache.

defautl ratelimit set to 0.01
ratelimit adjusted to wait by ratelimit - elapsed time.

is_updated now returns a bool

minor ver bump
This commit is contained in:
onyx-and-iris
2022-07-06 13:40:46 +01:00
parent a47a29d9f7
commit 86b7fb5d32
6 changed files with 69 additions and 66 deletions

View File

@@ -64,7 +64,7 @@ class FactoryBase(VbanCmd):
"streamname": "Command1",
"bps": 0,
"channel": 0,
"ratelimit": 0,
"ratelimit": 0.01,
"sync": False,
}
kwargs = defaultkwargs | kwargs