- The
NitrokeyManager::get_SD_usage_data function currently only returns the min/max write levels. It could also return the min/max read levels.
Also, the documentation should be improved:
- Intuitively, one would assume that the returned levels are in the range 0..100, but they are actually in the range 1..99. Is this intended?
- Is the returned range inclusive or exclusive?