Seizure / MonitorBoss

GNU Lesser General Public License v3.0
2 stars 1 forks source link

_get_code_maximum should be exposed somehow #20

Closed Seizure closed 6 months ago

Seizure commented 6 months ago

currently considered private, should be exposed for easy use, and possibly integrated elsewhere

Seizure commented 6 months ago

the get vcp feature function now returns a tuple of (current value, max value) which is how the lib was originally getting it anyways. we can probably make the get maximum function public now, as its useful for retrieving from cache, if it exists in the cache, rather than creating a new DDC/CI call, since DDC/CI seems to have high overhead.

Seizure commented 6 months ago

the get max function is public, and the max caching works as intended now, which it definitely did not before, so calling this complete