V1.148.3 - not showing disk size correctly? ((APIs Updated))

disk sizes showing 256.51GB (via api) 4TB drive
a different 4TB drive showing 40.34GB… quite odd again via (api)

has the decimals change, or API data changed in this version?

API is changed in this verson

1 Like

just spotted it .

NEW

  "diskSpace": {
    "used": 3599853621248,
    "available": 36909156352,
    "overused": 0,
    "allocated": 3736762777600,
    "trash": 0,
    "reclaimable": 0
  },

OLD

  "diskSpace": {
    "used": 3123274773573,
    "available": 3200000000000,
    "trash": 99433843520,
    "overused": 163836157765
  },
2 Likes