mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-13 15:33:44 +00:00
api: disk SMART: fix details for depreacated return value comment
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
500014e83b
commit
6088459570
@ -25,7 +25,7 @@ pub enum SmartStatus {
|
||||
pub struct SmartAttribute {
|
||||
/// Attribute name
|
||||
name: String,
|
||||
// fixme remove value in major release
|
||||
// FIXME: remove value with next major relase (PBS 3.0)
|
||||
/// duplicate of raw - kept for API stability
|
||||
value: String,
|
||||
/// Attribute raw value
|
||||
|
Loading…
Reference in New Issue
Block a user