You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests and attributes have been typed. This may cause some exceptions if you have been attached to the "everything is a string" previously philosophy.
Some attributes have been kept back for compatibility but others (like num) have been directly converted into an integer. Test everything after the upgrade
Other typing changes might take place in the future when it is confirmed that smartctl always uses a fixed time instead of "anything" (str for us).
device.tests: Now returns an empty list instead of None when there are no tests present
device.diags: Device.diags have been deprecated and moved into a class called Diagnostics. For compatibility reasons, a property called "diags" has been created. This property simulates the old diags behavior.