hoobs-org / HOOBS

Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
https://hoobs.org
GNU General Public License v3.0
550 stars 51 forks source link

Api data #1835

Open d4nm0 opened 1 year ago

d4nm0 commented 1 year ago

Hello, I'm using the hoobs api to retrieve info. But the names of the data are not precise. Is it possible to make them clearer?

get memory call 👍 { "information": [ { "size": 1963311104, "bank": "", "type": "", "ecc": null, "clockSpeed": 0, "formFactor": "", "partNum": "", "serialNum": "", "voltageConfigured": null, "voltageMin": null, "voltageMax": null } ], "load": { "total": 1963311104, "free": 168808448, "used": 1794502656, "active": 377159680, "available": 1586151424, "buffers": 125263872, "cached": 1236377600, "slab": 168407040, "buffcache": 1530048512, "swaptotal": 2147479552, "swapused": 1310720, "swapfree": 2146168832 } }