types/DiskSmartInfo.types.ps1

enum AttributeDataFormat {
    bits48
    bits24
    bits16
    temperature3
    bytes1032
    bytes5410
}

enum AttributeProperty {
    ID            = 1
    IDHex         = 2
    AttributeName = 3
    Threshold     = 4
    Value         = 5
    Worst         = 6
    Data          = 7
    History       = 8
    Converted     = 9
}